Skip to content

Commit

Permalink
fix: add -f
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Mar 17, 2024
1 parent 5138399 commit e09ae31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
command: echo "$GITHUB_ACCESS_TOKEN" | gh auth login --with-token
- run:
name: use github actions workflow
command: gh workflow run "SaveScreenshot.yml" branch_name=$CIRCLE_BRANCH
command: gh workflow run "SaveScreenshot.yml" -f branch_name=$CIRCLE_BRANCH

compare-screenshots:
executor: android
Expand All @@ -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" pr_branch_name=$CIRCLE_BRANCH pr_number=$CIRCLE_PR_NUMBER base_branch_name=$BASE_BRANCH_NAME
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

workflows:
test:
Expand Down

0 comments on commit e09ae31

Please sign in to comment.