浏览代码

chore: fix nightly pr

thesimplekid 2 天之前
父节点
当前提交
ccb84efe6c
共有 1 个文件被更改,包括 2 次插入0 次删除
  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>