Escape json blob in context job (#22381)
* Escape json blob in context job * TMP: escape context blob in release.yml
This commit is contained in:
Родитель
06c963fc20
Коммит
3e95b58854
|
@ -55,7 +55,7 @@ jobs:
|
|||
- name: Log context
|
||||
shell: bash
|
||||
run: |
|
||||
cat <<EOF
|
||||
cat <<'EOF'
|
||||
${{ toJSON(github) }}
|
||||
EOF
|
||||
- name: Set context
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- id: context
|
||||
shell: bash
|
||||
run: |
|
||||
cat <<EOF
|
||||
cat <<'EOF'
|
||||
${{toJson(github)}}
|
||||
EOF
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче