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
1 changed files with 2 additions and 0 deletions

View File

@ -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'