From: Sebastián Ramírez Date: Mon, 20 Jul 2020 14:59:09 +0000 (+0200) Subject: 🐛 Fix Watch Preview Docs GitHub Action, strike 2 X-Git-Tag: 0.60.0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b3ef431274f1223abc8a4343319fb9315f82199;p=thirdparty%2Ffastapi%2Ffastapi.git 🐛 Fix Watch Preview Docs GitHub Action, strike 2 --- diff --git a/.github/actions/watch-previews/app/main.py b/.github/actions/watch-previews/app/main.py index 51318e7125..e47f182754 100644 --- a/.github/actions/watch-previews/app/main.py +++ b/.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(