This commit is contained in:
parent
6ede328f15
commit
16e120d11e
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user