Fix typo
All checks were successful
Composite Actions Test / Test job (push) Successful in 5s

This commit is contained in:
David Boreham 2024-06-14 12:51:31 -06:00
parent 6ede328f15
commit 16e120d11e

View File

@ -15,7 +15,7 @@ runs:
- name: 'First step'
run: |
echo "First step here. Param 1 is - ${{ inputs.param1 }}"
run: echo "output-one=this is my output" >> $GITHUB_OUTPUT
echo "output-one=this is my output" >> $GITHUB_OUTPUT
shell: bash
- name: 'Second step'
id: 'second-step'