Skip to content

Commit

Permalink
fix: git push branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 20, 2024
1 parent f9990de commit b2d5d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-version-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
git config --global user.email '[email protected]'
git add sfdx-project.json
git commit -m "Updating versions on sfdx-project.json and AdyenOMSConstants.cls if needed"
git push origin "$GITHUB_REF"
git push origin "HEAD:${{ github.head_ref }}"
git status

0 comments on commit b2d5d34

Please sign in to comment.