1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add missing output and checkout

Issue gh-10928
This commit is contained in:
Steve Riesenberg
2022-03-09 10:02:18 -06:00
committed by Steve Riesenberg
parent 2abeff2089
commit 5f37ee2f64
@@ -24,7 +24,9 @@ jobs:
runs-on: ubuntu-latest
outputs:
runjobs: ${{ steps.continue.outputs.runjobs }}
project_version: ${{ steps.continue.outputs.project_version }}
steps:
- uses: actions/checkout@v2
- id: continue
name: Determine if should continue
if: env.RUN_JOBS == 'true'