mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-09 01:31:12 +00:00
different brackets
This commit is contained in:
parent
da16249e0a
commit
4aae6074e5
@ -119,6 +119,6 @@ jobs:
|
||||
steps:
|
||||
- script: |
|
||||
echo Fooo
|
||||
echo ${SECRETTEST}
|
||||
echo $SECRETTEST
|
||||
env:
|
||||
SECRETTEST: $[SecretTest]
|
||||
SECRETTEST: $(SecretTest)
|
||||
|
Loading…
x
Reference in New Issue
Block a user