Skip to content

Commit

Permalink
fix: who needs local CI testing right?
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Jul 17, 2024
1 parent 1a81a58 commit fe1342f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "BeatForge CI"
BRANCH_NAME=${GITHUB_REF##*/}
git checkout $BRANCH_NAME
git add .
git diff-index --quiet HEAD || git commit -m "chore: bundle"
git push
git push origin $BRANCH_NAME

0 comments on commit fe1342f

Please sign in to comment.