Browse Source
🐛 Fix Watch Preview Docs GitHub Action, strike 2
pull/1746/head
Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/actions/watch-previews/app/main.py
|
|
@ -86,7 +86,7 @@ if __name__ == "__main__": |
|
|
|
headers=headers, |
|
|
|
json={ |
|
|
|
"ref": "master", |
|
|
|
"inputs": {"pr": f"{pr.number}", "name": artifact_name}, |
|
|
|
"inputs": {"pr": f"{pr.number}", "name": artifact_name, "commit": commit}, |
|
|
|
}, |
|
|
|
) |
|
|
|
logging.info( |
|
|
|