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

Commit 83915da

Browse files
committed
Update rename_project.sh
1 parent d4d8faf commit 83915da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/rename_project.sh

Lines changed: 1 addition & 1 deletion
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/project_name.yml ]; then
36+
if [ -f .github/workflows/rename_project.yml ]; then
3737
mv .github/workflows/rename_project.yml .github/workflows/rename_project.yml.disabled
3838
fi

0 commit comments

Comments
 (0)