Skip to content

Commit

Permalink
Please work now
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFishCakes committed Aug 1, 2023
1 parent c986621 commit 6451834
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
java-version: 17

- name: Configure Git
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
run: |
git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
echo "workflow=$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
- name: Apply patches
run: ./gradlew applyPatches --stacktrace
Expand Down

0 comments on commit 6451834

Please sign in to comment.