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"