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 9f71fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_verification_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Commit
run: |
touch test_file.txt
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git add .
git diff-index --quiet HEAD || git commit -am 'Update verification metadata'
git push

0 comments on commit 9f71fb6

Please sign in to comment.