This commit is contained in:
parent
6ede328f15
commit
16e120d11e
@ -15,7 +15,7 @@ runs:
|
|||||||
- name: 'First step'
|
- name: 'First step'
|
||||||
run: |
|
run: |
|
||||||
echo "First step here. Param 1 is - ${{ inputs.param1 }}"
|
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
|
shell: bash
|
||||||
- name: 'Second step'
|
- name: 'Second step'
|
||||||
id: 'second-step'
|
id: 'second-step'
|
||||||
|
Loading…
Reference in New Issue
Block a user