Skip to content

Commit eba2a3a

Browse files
Fix parts of auto_snapshot_update still using mc_version as branch name
1 parent e33d0f2 commit eba2a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto_snapshot_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
git config --global user.email "[email protected]"
108108
git add .
109109
git commit -m "[Wurst-Bot] Update to ${{ github.event.inputs.mc_version }}"
110-
git push --set-upstream origin ${{ github.event.inputs.mc_version }}
110+
git push
111111
112112
- name: Trigger CI
113113
id: ci_dispatch
@@ -116,7 +116,7 @@ jobs:
116116
token: ${{ github.token }}
117117
owner: Wurst-Imperium
118118
repo: Wurst7
119-
ref: ${{ github.event.inputs.mc_version }}
119+
ref: ${{ github.ref }}
120120
workflow: gradle.yml
121121

122122
- name: Wait for CI to finish (run ${{ steps.ci_dispatch.outputs.run_id }})

0 commit comments

Comments
 (0)