Skip to content

Commit

Permalink
Merge pull request #17 from Guovin/dev
Browse files Browse the repository at this point in the history
fix:changes push with --force
  • Loading branch information
Guovin authored Mar 22, 2024
2 parents 8eeba18 + 7d08786 commit 98a4aca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
git add result.log
fi
if ! git diff --staged --quiet; then
git pull --rebase
git commit -m "Github Action Auto Updated"
git push
git push --force
fi

0 comments on commit 98a4aca

Please sign in to comment.