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

Commit adfcb7f

Browse files
committed
Update rename_project.sh
1 parent 7582ffb commit adfcb7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/rename_project.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ done
3333
mv project_name $name
3434

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

0 commit comments

Comments
 (0)