We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9656199 commit 9eecbfeCopy full SHA for 9eecbfe
.github/actions/secrets-parse/action.yml
@@ -11,9 +11,9 @@ inputs:
11
encode each secret into 1 line, allowing line-based separation per secret.
12
13
SECRETS: |
14
- SECRET1=$${{ toJSON(secrets.SECRET1) }}
15
- SECRET2=$${{ toJSON(secrets.SECRET2) }}
16
- SECRET3=$${{ toJSON(secrets.SECRET3) }}
+ SECRET1=\$\{\{ toJSON(secrets.SECRET1) \}\}
+ SECRET2=\$\{\{ toJSON(secrets.SECRET2) \}\}
+ SECRET3=\$\{\{ toJSON(secrets.SECRET3) \}\}
17
18
runs:
19
using: composite
0 commit comments