mirror of https://github.com/tiangolo/fastapi.git
🐛 Fix Watch Preview Docs GitHub Action, strike 2
This commit is contained in:
parent
e0080e5f75
commit
7b3ef43127
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue