Skip to content

Commit

Permalink
chore: remove push force from gh script
Browse files Browse the repository at this point in the history
  • Loading branch information
mariagrandury committed Sep 13, 2023
1 parent 2a5158a commit d165607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
git add datasets.csv README.md
git commit -m "docs: reorder datasets.csv and update datasets table"
git push --force origin HEAD:${{ github.head_ref }}
git push origin HEAD:${{ github.head_ref }}

0 comments on commit d165607

Please sign in to comment.