From 7b3ef431274f1223abc8a4343319fb9315f82199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 20 Jul 2020 16:59:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Watch=20Preview=20Docs=20G?= =?UTF-8?q?itHub=20Action,=20strike=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/watch-previews/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/watch-previews/app/main.py b/.github/actions/watch-previews/app/main.py index 51318e712..e47f18275 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(