diff --git a/.github/workflows/readme-generation.yml b/.github/workflows/readme-generation.yml index 71456af..e650ff4 100644 --- a/.github/workflows/readme-generation.yml +++ b/.github/workflows/readme-generation.yml @@ -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 }} \ No newline at end of file