]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🐛 Fix Watch Preview Docs GitHub Action, strike 2
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 20 Jul 2020 14:59:09 +0000 (16:59 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 14:59:09 +0000 (16:59 +0200)
.github/actions/watch-previews/app/main.py

index 51318e7125f80a214c48040cb5998f530485b171..e47f182754d239a84d963e62ad12c14c09b585fc 100644 (file)
@@ -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(