diff --git a/.github/workflows/optimize-templates.yml b/.github/workflows/optimize-templates.yml index 47ff3ac00a..c7c572f109 100644 --- a/.github/workflows/optimize-templates.yml +++ b/.github/workflows/optimize-templates.yml @@ -74,7 +74,7 @@ jobs: fi git commit -m "$commit_msg" -m "[skip changelog]" git pull origin $(git rev-parse --abbrev-ref HEAD) --unshallow --rebase - echo "have_commits=True" >> $GITHUB_ENV + echo "have_commits=True" >> $GITHUB_OUTPUT fi - name: Push changes