Skip to content

Commit

Permalink
fixed: git add
Browse files Browse the repository at this point in the history
  • Loading branch information
vokenLymanSnow committed Feb 23, 2021
1 parent 39fbee0 commit 8960522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
run: |
git config --local user.name "${{ secrets.GIT_NAME }}"
git config --local user.email "${{ secrets.GIT_EMAIL }}"
git commit -m "update" -a
git add .
git commit -m "update"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 8960522

Please sign in to comment.