From 0994b697f865cce4ae58872eaa5944105767ff5c Mon Sep 17 00:00:00 2001 From: Afsal K Date: Thu, 26 Sep 2024 14:43:36 +0530 Subject: [PATCH] test: gallery action --- .github/workflows/update-example-gallery.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}