Skip to content

Commit

Permalink
fix multiline commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gtwang01 committed Aug 7, 2024
1 parent 0219a49 commit 05ef7be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ jobs:
GH_TOKEN: ${{ github.token }}
GH_DEBUG: api
run: |
gh workflow run retry_build.yml |
--ref ${{ github.ref_name }} |
gh workflow run retry_build.yml \
--ref ${{ github.ref_name }} \
-F run_id=${{ github.run_id }}
- name: Setup tmate session # delete this afater
- name: Setup tmate session # delete this after
if: failure()
uses: mxschmitt/action-tmate@v3

0 comments on commit 05ef7be

Please sign in to comment.