Skip to content

Commit

Permalink
Push to origin/HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrimle committed Oct 10, 2024
1 parent 2d56996 commit f74e6e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pullRequestAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
# Check out the branch for the pull request
git checkout ${{ github.head_ref }}
git add pom.xml
git commit -m "Update project version $current_version -> $new_version" || echo "No changes to commit."
git push origin ${{ github.head_ref }}
git push origin HEAD

0 comments on commit f74e6e9

Please sign in to comment.