Skip to content

Commit

Permalink
force push
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Dec 7, 2023
1 parent 26c7e1e commit afbe5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch_all_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git diff --quiet || (git add results && git commit -m "fetch all tools bot - step collect")
git push
git push -f
fetch-all-tools-merge:
runs-on: ubuntu-20.04
needs: fetch-all-tools-stepwise
Expand All @@ -63,4 +63,4 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git diff --quiet || (git add results && git commit -m "fetch all tools bot - step merge")
git push
git push -f

0 comments on commit afbe5db

Please sign in to comment.