Skip to content

Commit

Permalink
chore: changed the files to be added
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Dec 12, 2023
1 parent 383254f commit d8fdac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cartridges-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cd adyen-salesforce-commerce-cloud
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add build_output.txt
git add cartridge/**/*
git commit -m "chore: committing the built /cartridge folder"
git fetch origin
git push origin HEAD:${{ github.head_ref }} --force-with-lease

0 comments on commit d8fdac1

Please sign in to comment.