different brackets

This commit is contained in:
Wolfgang Thaller 2022-01-03 22:35:03 +01:00
parent da16249e0a
commit 4aae6074e5
1 changed files with 2 additions and 2 deletions

View File

@ -119,6 +119,6 @@ jobs:
steps:
- script: |
echo Fooo
echo ${SECRETTEST}
echo $SECRETTEST
env:
SECRETTEST: $[SecretTest]
SECRETTEST: $(SecretTest)