Skip to content

Commit

Permalink
fix: git rebasing main
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 20, 2024
1 parent 77b84e8 commit eeeb46e
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 @@ -51,7 +51,7 @@ jobs:
git status
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git config pull.ff only
git config pull.rebase true
git add force-app/main/default/classes/AdyenOMSConstants.cls sfdx-project.json
# Check if any of the files have been modified before committing
if git diff --cached --quiet; then
Expand Down

0 comments on commit eeeb46e

Please sign in to comment.