Test variables
All checks were successful
Composite Actions Test / Test job (push) Successful in 6s
Second Composite Actions Test / Test job (push) Successful in 6s

This commit is contained in:
David Boreham 2024-06-14 13:15:02 -06:00
parent baff7216c5
commit 2ed3c7643a

View File

@ -24,3 +24,10 @@ runs:
echo "Second step here"
echo "env var 1 is - ${{ env.ENV_VAR_1 }}"
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