Skip to content

Commit 9eecbfe

Browse files
committed
WIP
1 parent 9656199 commit 9eecbfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/secrets-parse/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ inputs:
1111
encode each secret into 1 line, allowing line-based separation per secret.
1212
1313
SECRETS: |
14-
SECRET1=$${{ toJSON(secrets.SECRET1) }}
15-
SECRET2=$${{ toJSON(secrets.SECRET2) }}
16-
SECRET3=$${{ toJSON(secrets.SECRET3) }}
14+
SECRET1=\$\{\{ toJSON(secrets.SECRET1) \}\}
15+
SECRET2=\$\{\{ toJSON(secrets.SECRET2) \}\}
16+
SECRET3=\$\{\{ toJSON(secrets.SECRET3) \}\}
1717
1818
runs:
1919
using: composite

0 commit comments

Comments
 (0)