Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jreij committed Dec 16, 2024
1 parent a326b4b commit 0fde516
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_verification_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:

- name: Commit
run: |
echo ${{ github.event.commits[0].message }}
date > test_file.txt
git config --global user.name "${{ secrets.ADYEN_AUTOMATION_BOT_USER }}"
git config --global user.email "${{ secrets.TOKEN_EMAIL }}"
git config user.name "${{ secrets.ADYEN_AUTOMATION_BOT_USER }}"
git config user.email "${{ secrets.ADYEN_AUTOMATION_BOT_NO_REPLY_EMAIL }}"
git add .
git diff-index --quiet HEAD || git commit -m "Update verification metadata
Expand Down

0 comments on commit 0fde516

Please sign in to comment.