Skip to content

Commit

Permalink
output vars
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jun 25, 2024
1 parent f0139f1 commit eb586ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- id: inputs
shell: bash
run: |
boolean="${{ inputs.boolean || false }}"
number="${{ inputs.number || 10 }}"
string="${{ inputs.string || 'goodbye' }}"
optional="${{ inputs.optional }}"
echo "boolean=${{ inputs.boolean || false }}" >> $GITHUB_OUTPUT
echo "number=${{ inputs.number || 10 }}" >> $GITHUB_OUTPUT
echo "string=${{ inputs.string || 'goodbye' }}" >> $GITHUB_OUTPUT
echo "optional=${{ inputs.optional }}" >> $GITHUB_OUTPUT
call_worker:
needs: context
Expand Down

0 comments on commit eb586ab

Please sign in to comment.