build(ci): sync with repo before git commit
[poolifier.git] / .github / workflows / external-benchmark.yml
index d6f8dd8a3f14575c25ce4ff50ed152cff02a4869..1ef9cec56fdc853094c0bef628fb4dd9be71ed9a 100644 (file)
@@ -38,6 +38,8 @@ jobs:
         run: |
           git config --local user.name "${{ env.COMMIT_AUTHOR }}"
           git config --local user.email "${{ env.COMMIT_EMAIL }}"
+          git pull
+          git add BENCH-100000.md BENCH-100000.json
           git commit -a -m "${{ env.COMMIT_MESSAGE }}"
       - name: Push changes
         if: github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'