Browse Source

🐛 Fix Watch Preview Docs GitHub Action, strike 2

pull/1746/head
Sebastián Ramírez 5 years ago
committed by GitHub
parent
commit
7b3ef43127
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/actions/watch-previews/app/main.py

2
.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(

Loading…
Cancel
Save