Skip to content

Commit

Permalink
test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
a6b8 committed Nov 24, 2023
1 parent 40e5435 commit bec0101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: node update.mjs

- name: Commit and Push Changes
env:
USER_EMAIL: ${{ secrets.USER_EMAIL }}
run: |
git config user.email $USER_EMAIL
git config user.name "GitHub Actions"
Expand Down

0 comments on commit bec0101

Please sign in to comment.