Skip to content

Commit

Permalink
feat: updated the logic of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Dec 12, 2023
1 parent 1476e56 commit dab67dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cartridges-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'adyen_controllers_changes/**'

jobs:
setup-the-cartridge:
commit-the-cartridge:
if: ${{ github.actor != 'renovate[bot]' || github.actor != 'lgtm-com[bot]' }}
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -47,7 +47,9 @@ jobs:
- name: Commit changes
if: success()
run: |
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 commit -m "chore: Commiting the built /cartridge folder"
git commit -m "chore: Committing the built /cartridge folder"
git push origin HEAD:${{ github.head_ref }}

0 comments on commit dab67dd

Please sign in to comment.