🐛 Fix Watch Preview Docs GitHub Action, strike 2

This commit is contained in:
Sebastián Ramírez 2020-07-20 16:59:09 +02:00 committed by GitHub
parent e0080e5f75
commit 7b3ef43127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if __name__ == "__main__":
headers=headers, headers=headers,
json={ json={
"ref": "master", "ref": "master",
"inputs": {"pr": f"{pr.number}", "name": artifact_name}, "inputs": {"pr": f"{pr.number}", "name": artifact_name, "commit": commit},
}, },
) )
logging.info( logging.info(