diff --git a/.github/workflows/rename_template.yml b/.github/workflows/rename_template.yml index 8d1a277..39dbf13 100644 --- a/.github/workflows/rename_template.yml +++ b/.github/workflows/rename_template.yml @@ -31,7 +31,7 @@ jobs: echo "Renaming the project with -a(author) ${{ env.REPOSITORY_OWNER }} -n(name) ${{ env.REPOSITORY_NAME }} -u(urlname) ${{ env.REPOSITORY_URL }}" .github/workflows/rename_project.sh -a ${{ env.REPOSITORY_OWNER }} -n ${{ env.REPOSITORY_NAME }} -u ${{ env.REPOSITORY_URL }} - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "✅ Ready to clone and code." push_options: --force