Skip to content

Commit

Permalink
fix(ci): use matrix.repo.name in workflow dispatch branch
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Nov 9, 2023
1 parent 09184fb commit 60868f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
API_TOKEN: ${{ secrets.API_TOKEN }}

- name: Run testbed
run: 'cargo run --bin testbed -r -- --api-token $API_TOKEN -f ${{ matrix.repo }} -p ${{ matrix.repo.parallel }}'
run: 'cargo run --bin testbed -r -- --api-token $API_TOKEN -f ${{ matrix.repo.name }} -p ${{ matrix.repo.parallel }}'
if: github.event_name == 'workflow_dispatch'
env:
API_TOKEN: ${{ secrets.API_TOKEN }}
Expand Down

0 comments on commit 60868f6

Please sign in to comment.