mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
🐛 Fix Watch Preview Docs GitHub Action, strike 2
This commit is contained in:
parent
e0080e5f75
commit
7b3ef43127
1 changed files with 1 additions and 1 deletions
2
.github/actions/watch-previews/app/main.py
vendored
2
.github/actions/watch-previews/app/main.py
vendored
|
|
@ -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 a new issue