Skip to content

Commit

Permalink
Merge branch 'master' into 1.21.4-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 25, 2024
2 parents 18fde0d + 49fe1c8 commit 3cd0700
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/auto_snapshot_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,12 @@ jobs:
git commit -m "[Wurst-Bot] Update to ${{ github.event.inputs.mc_version }}"
git push --set-upstream origin ${{ github.event.inputs.mc_version }}
shell: bash

# For some reason the commit above doesn't automatically trigger the CI
# workflow, so we need to explicitly start it here.
- name: Trigger CI on the new branch
env:
GH_TOKEN: ${{ github.token }}
run: |
gh workflow run gradle.yml --ref ${{ github.event.inputs.mc_version }}
shell: bash

0 comments on commit 3cd0700

Please sign in to comment.