diff --git a/.github/workflows/update-example-gallery.yml b/.github/workflows/update-example-gallery.yml index 9065203d69..be2926a41f 100644 --- a/.github/workflows/update-example-gallery.yml +++ b/.github/workflows/update-example-gallery.yml @@ -72,8 +72,7 @@ jobs: - name: Create pull request if: failure() && steps.up_to_date.outcome == 'failure' run: | - BRANCH_NAME=${{ env.BRANCH_NAME }} # dynamic branch name - gh pr create --base main --head $BRANCH_NAME --title "chore: update example gallery" --body "This PR was automatically generated." + gh pr create --base main --head ${{ env.BRANCH_NAME }} --title "chore: update example gallery" --body "This PR was automatically generated." env: GITHUB_TOKEN: ${{ secrets.CREATE_PR_ACCESS_TOKEN }}