diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c3078bf51..d297444418 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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