Skip to content

passing build job_id to download artifacts #4

passing build job_id to download artifacts

passing build job_id to download artifacts #4

Workflow file for this run

name: Run Tests on Branch
on:
push:
branches:
- 'feature/sc-126222/update-the-particle-cli-executable-in-workbench'
jobs:
#call-tests:
# uses: ./.github/workflows/tests.yml
# secrets: inherit
call-build:
uses: ./.github/workflows/build.yml

Check failure on line 11 in .github/workflows/staging.yml

View workflow run for this annotation

GitHub Actions / Run Tests on Branch

Invalid workflow file

The workflow is not valid. In .github/workflows/staging.yml (Line: 11, Col: 11): Error from called workflow particle-iot/particle-cli/.github/workflows/build.yml@c16c5c0792ccab7ffc6657cec0bc82b8673d291b (Line: 6, Col: 21): Unrecognized named-value: 'github'. Located at position 1 within expression: github.run_id In .github/workflows/staging.yml (Line: 11, Col: 11): Error from called workflow particle-iot/particle-cli/.github/workflows/build.yml@c16c5c0792ccab7ffc6657cec0bc82b8673d291b (Line: 6, Col: 21): Unexpected value '${{ github.run_id }}'
secrets: inherit
#needs: call-tests
call-publish:
uses: ./.github/workflows/publish-v2.yml
secrets: inherit
needs: call-build
with:
environment: staging
build_run_id: ${{ needs.call-build.outputs.build_run_id }}