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 f165e2f
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 ""
git config --global user.email ""
git add .
git diff-index --quiet HEAD || git commit -am 'Update verification metadata'
git push

0 comments on commit f165e2f

Please sign in to comment.