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
1 parent bd2ba76 commit e952045
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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 != github.secrets.ADYEN_AUTOMATION_BOT_USER }}

steps:
- uses: actions/checkout@v4
@@ -35,7 +36,10 @@ jobs:

- name: Commit
run: |
echo ${{ github.actor }}
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 e952045

Please sign in to comment.