We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd214e commit 40d04f3Copy full SHA for 40d04f3
.github/workflows/publish.yml
@@ -37,4 +37,4 @@ jobs:
37
curl -XPOST -u "wongchito:${{ secrets.RMG_BUILD_AND_RELEASE }}" \
38
-H "Accept: application/vnd.github.everest-preview+json" \
39
-H "Content-Type: application/json" https://api.github.com/repos/railmapgen/rmg-palette/actions/workflows/build.yml/dispatches \
40
- --data '{"ref": "master", "inputs": {"auto_deploy": "PRD"}}'
+ --data '{"ref": "main", "inputs": {"auto_deploy": "PRD"}}'
0 commit comments