Ver Fonte

chore: fix nightly pr

thesimplekid há 2 dias atrás
pai
commit
ccb84efe6c
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/nightly-rustfmt.yml

+ 2 - 0
.github/workflows/nightly-rustfmt.yml

@@ -46,6 +46,8 @@ jobs:
         run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
+        env:
+          PRE_COMMIT_ALLOW_NO_CONFIG: 1
         with:
           token: ${{ secrets.BACKPORT_TOKEN }}
           author: Fmt Bot <bot@cashudevkit.org>