瀏覽代碼

ci: remove "FUNDING.yml" on create

Paul Razvan Berg 2 年之前
父節點
當前提交
04b89e39aa
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/create.yml

+ 2 - 1
.github/workflows/create.yml

@@ -27,8 +27,9 @@ jobs:
           echo "## Commit result" >> $GITHUB_STEP_SUMMARY
           echo "✅ Passed" >> $GITHUB_STEP_SUMMARY
 
-      - name: "Remove `rename.sh` and `create.yml`"
+      - name: "Remove files not needed in the user's copy of the template"
         run: |
+          rm -f "./.github/FUNDING.yml"
           rm -f "./.github/scripts/rename.sh"
           rm -f "./.github/workflows/create.yml"