We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33d0f2 commit eba2a3aCopy full SHA for eba2a3a
.github/workflows/auto_snapshot_update.yml
@@ -107,7 +107,7 @@ jobs:
107
git config --global user.email "[email protected]"
108
git add .
109
git commit -m "[Wurst-Bot] Update to ${{ github.event.inputs.mc_version }}"
110
- git push --set-upstream origin ${{ github.event.inputs.mc_version }}
+ git push
111
112
- name: Trigger CI
113
id: ci_dispatch
@@ -116,7 +116,7 @@ jobs:
116
token: ${{ github.token }}
117
owner: Wurst-Imperium
118
repo: Wurst7
119
- ref: ${{ github.event.inputs.mc_version }}
+ ref: ${{ github.ref }}
120
workflow: gradle.yml
121
122
- name: Wait for CI to finish (run ${{ steps.ci_dispatch.outputs.run_id }})
0 commit comments