Skip to content

Commit

Permalink
ci: remove "FUNDING.yml" on create
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Mar 17, 2023
1 parent 34e6610 commit 86208ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 86208ce

Please sign in to comment.