Skip to content

Commit

Permalink
Merge pull request #16 from Guovin/dev
Browse files Browse the repository at this point in the history
fix:changes staged
  • Loading branch information
Guovin authored Mar 21, 2024
2 parents a8b3375 + a20619a commit 8eeba18
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 8eeba18

Please sign in to comment.