Skip to content

Commit

Permalink
fix(github-action)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvtfl committed Jun 9, 2024
1 parent f202e47 commit 59c36f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:

- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "update inputs"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "update inputs"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 59c36f6

Please sign in to comment.