Skip to content

Commit

Permalink
test: gallery action
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal committed Sep 26, 2024
1 parent bf895a0 commit 0994b69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-example-gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 0994b69

Please sign in to comment.