Skip to content

fix: delete use-template.yml instead of non-existent create.yml - #72

Merged
PaulRBerg merged 1 commit into
PaulRBerg:mainfrom
BhariGowda:fix/use-template-self-delete
Jun 29, 2026
Merged

fix: delete use-template.yml instead of non-existent create.yml#72
PaulRBerg merged 1 commit into
PaulRBerg:mainfrom
BhariGowda:fix/use-template-self-delete

Conversation

@BhariGowda

Copy link
Copy Markdown
Contributor

The cleanup step in use-template.yml attempts to remove itself with:

rm -f "./.github/workflows/create.yml"

But the file is named use-template.yml, not create.yml. That rm silently does nothing create.yml has never existed in this repo.

As a result, every project generated from this template inherits use-template.yml permanently. It then re-runs on every push to main of the user's project forever, burning CI minutes on a no-op.

Fix: change the filename to match the actual file.

Verified with:

find . -name "create.yml"  # returns nothing

@PaulRBerg
PaulRBerg merged commit 6cf805d into PaulRBerg:main Jun 29, 2026
3 checks passed
@PaulRBerg

Copy link
Copy Markdown
Owner

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants