From 86208cef2181076dbb36479b7efb8c307380b344 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sat, 18 Mar 2023 00:52:33 +0200 Subject: [PATCH] ci: remove "FUNDING.yml" on create --- .github/workflows/create.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index f6dc27b..6cb22c3 100644 --- a/.github/workflows/create.yml +++ b/.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"