Skip to content

Commit

Permalink
fix: put cli call on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Mar 19, 2024
1 parent d007de4 commit 724d91c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/trigger-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
steps:
- name: Trigger Multiverse Test Suite
run: |
gh workflow run -R ${{ secrets.TEST_SUITE_REPO }} ${{ secrets.MULTIVERSE_WORKFLOW }}
-f agent_git_ref=${{ github.ref_name }}
gh workflow run -R ${{ secrets.TEST_SUITE_REPO }} ${{ secrets.MULTIVERSE_WORKFLOW }} -f agent_git_ref=${{ github.ref_name }}

0 comments on commit 724d91c

Please sign in to comment.