Skip to content

Commit b019d88

Browse files
committed
Update test.yaml
1 parent ed589fa commit b019d88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ jobs:
1515
- name: secret
1616
env:
1717
MY_TEST_VAR: ${{ secrets.MY_TEST_VAR }}
18+
MY_VAR_NAME:
1819
run: |
1920
echo "MY_TEST_VAR has ${#MY_TEST_VAR} chars"
21+
echo 'Hi ${{ env.MY_VAR_NAME }}'

0 commit comments

Comments
 (0)