Test variables
This commit is contained in:
parent
baff7216c5
commit
2ed3c7643a
@ -24,3 +24,10 @@ runs:
|
|||||||
echo "Second step here"
|
echo "Second step here"
|
||||||
echo "env var 1 is - ${{ env.ENV_VAR_1 }}"
|
echo "env var 1 is - ${{ env.ENV_VAR_1 }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- name: 'Third step'
|
||||||
|
id: 'third-step'
|
||||||
|
run: |
|
||||||
|
echo "Second step here"
|
||||||
|
echo "Variable one is - ${{ vars.VARIABLE_ONE }}"
|
||||||
|
echo "Secret one is - ${{ secrets.SECRET_ONE }}"
|
||||||
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user