Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jreij committed Dec 11, 2024
1 parent bd2ba76 commit a4bf629
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update_verification_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
update-verification-metadata:
name: Update verification metadata
runs-on: ubuntu-latest
env:
committer: ${{ secrets.ADYEN_AUTOMATION_BOT_USER }}
if: ${{ env.committer != 'jreij' }}

steps:
- uses: actions/checkout@v4
Expand All @@ -36,6 +39,8 @@ jobs:
- name: Commit
run: |
touch test_file.txt
git config --global user.name "${{ secrets.ADYEN_AUTOMATION_BOT_USER }}"
git config --global user.email "${{ secrets.TOKEN_EMAIL }}"
git add .
git diff-index --quiet HEAD || git commit -am 'Update verification metadata'
git diff-index --quiet HEAD || git commit -m "Update verification metadata"
git push

0 comments on commit a4bf629

Please sign in to comment.