Dax Raad 3 săptămâni în urmă
părinte
comite
908350c2ea
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/generate.yml

+ 1 - 1
.github/workflows/generate.yml

@@ -36,7 +36,7 @@ jobs:
       - name: Commit and push
       - name: Commit and push
         run: |
         run: |
           git add -A
           git add -A
-          git commit -m "chore: generate"
+          git commit -m "chore: generate" --allow-empty
           git push origin HEAD:${{ github.ref_name }} --no-verify
           git push origin HEAD:${{ github.ref_name }} --no-verify
           # if ! git push origin HEAD:${{ github.event.pull_request.head.ref || github.ref_name }} --no-verify; then
           # if ! git push origin HEAD:${{ github.event.pull_request.head.ref || github.ref_name }} --no-verify; then
           #   echo ""
           #   echo ""