Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit 1bb8a2d

Browse files
committed
Update rename_project.sh
1 parent 6600a2b commit 1bb8a2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/rename_project.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ done
3333
mv project_name $name
3434

3535
# This command runs only once on GHA!
36-
if [ ! -f .github/template.log ]; then
37-
date +"%Y-%m-%d %T" > .github/template.log
38-
fi
36+
rm -rf .github/template.yml

0 commit comments

Comments
 (0)