Skip to content

Commit

Permalink
🚧 (svg-tester) don't force push commits
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Feb 16, 2024
1 parent 74b204f commit 63db71e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/svg-compare-all-views.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
with:
repository: ./owid-grapher-svgs/
branch: ${{ env.PUSH_BRANCH_NAME }}
push_options: "--force"
commit_message: Automated commit with svg differences of all views triggered by commit https://github.com/owid/owid-grapher/commit/${{github.sha}}

# The action fails if there were any errors.
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/svg-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
with:
repository: ./owid-grapher-svgs/
branch: ${{ env.PUSH_BRANCH_NAME }}
push_options: "--force"
commit_message: Automated commit with svg differences triggered by commit https://github.com/owid/owid-grapher/commit/${{github.sha}}

# The action fails if there were any errors.
Expand Down

0 comments on commit 63db71e

Please sign in to comment.