Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test 2
Browse files Browse the repository at this point in the history
jreij committed Dec 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bd2ba76 commit c42b9f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_verification_metadata.yml
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ jobs:
update-verification-metadata:
name: Update verification metadata
runs-on: ubuntu-latest
if: ${{ github.actor != format('{0}', secrets.ADYEN_AUTOMATION_BOT_USER) }}

steps:
- uses: actions/checkout@v4
@@ -36,6 +37,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 c42b9f3

Please sign in to comment.