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
|
- name: Log context
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF
|
cat <<'EOF'
|
||||||
${{ toJSON(github) }}
|
${{ toJSON(github) }}
|
||||||
EOF
|
EOF
|
||||||
- name: Set context
|
- name: Set context
|
||||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- id: context
|
- id: context
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF
|
cat <<'EOF'
|
||||||
${{toJson(github)}}
|
${{toJson(github)}}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче