ci: remove "FUNDING.yml" on create

This commit is contained in:
Paul Razvan Berg 2023-03-18 00:52:33 +02:00
parent 34e6610c37
commit 86208cef21
No known key found for this signature in database
GPG Key ID: 94DB130BAB397DED
1 changed files with 2 additions and 1 deletions

View File

@ -27,8 +27,9 @@ jobs:
echo "## Commit result" >> $GITHUB_STEP_SUMMARY echo "## Commit result" >> $GITHUB_STEP_SUMMARY
echo "✅ Passed" >> $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: | run: |
rm -f "./.github/FUNDING.yml"
rm -f "./.github/scripts/rename.sh" rm -f "./.github/scripts/rename.sh"
rm -f "./.github/workflows/create.yml" rm -f "./.github/workflows/create.yml"