Skip to content

Commit

Permalink
fix: change CIRCLE_PR_NUMBER to CIRCLE_PULL_REQUEST
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Mar 17, 2024
1 parent e09ae31 commit bc0966c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
echo "export BASE_BRANCH_NAME=${base}" >> $BASH_ENV
- run:
name: use github actions workflow
command: gh workflow run "CompareScreenshot.yml" -f pr_branch_name=$CIRCLE_BRANCH -f pr_number=$CIRCLE_PR_NUMBER -f base_branch_name=$BASE_BRANCH_NAME
command: gh workflow run "CompareScreenshot.yml" -f pr_branch_name=$CIRCLE_BRANCH -f pr_number=$CIRCLE_PULL_REQUEST -f base_branch_name=$BASE_BRANCH_NAME

workflows:
test:
Expand Down

0 comments on commit bc0966c

Please sign in to comment.