diff --git a/.github/workflows/rename_project.yml b/.github/workflows/rename_project.yml index ba640ad..1fca594 100644 --- a/.github/workflows/rename_project.yml +++ b/.github/workflows/rename_project.yml @@ -35,7 +35,7 @@ jobs: echo "Renaming the project with -a(author) ${{ env.REPOSITORY_OWNER }} -n(name) ${{ env.REPOSITORY_NAME }} -u(urlname) ${{ env.REPOSITORY_URLNAME }}" .github/rename_project.sh -a ${{ env.REPOSITORY_OWNER }} -n ${{ env.REPOSITORY_NAME }} -u ${{ env.REPOSITORY_URLNAME }} -d "Awesome ${{ env.REPOSITORY_NAME }} created by ${{ env.REPOSITORY_OWNER }}" - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "✅ Ready to clone and code." # commit_options: '--amend --no-edit'