Skip to content

Commit

Permalink
fix:changes staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Mar 21, 2024
1 parent 90686d6 commit a20619a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
git add result.log
fi
if ! git diff --staged --quiet; then
git pull --rebase
git commit -m "Github Action Auto Updated"
git push
fi

0 comments on commit a20619a

Please sign in to comment.