Update docs/docs/20-usage/40-secrets.md

Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
This commit is contained in:
6543
2024-11-07 12:35:11 +01:00
committed by GitHub
parent 9d4ceb0b99
commit 5dad211f9a

View File

@@ -78,8 +78,8 @@ Please note parameter expressions are subject to pre-processing. When using secr
```diff
steps:
- name: "echo password"
image: bash
- name: "step name"
image: registry/repo/image:tag
commands:
- - echo ${TOKEN_ENV}
+ - echo $${TOKEN_ENV}