- output as string
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Echo Minimal
|
- name: Echo Minimal
|
||||||
run: echo ${{steps.minimal_release.outputs.changelog}}
|
run: echo "${{steps.minimal_release.outputs.changelog}}"
|
||||||
|
|
||||||
- name: "Complex Configuration"
|
- name: "Complex Configuration"
|
||||||
id: complex_release
|
id: complex_release
|
||||||
@@ -43,5 +43,5 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Echo Complex
|
- name: Echo Complex
|
||||||
run: echo ${{steps.complex_release.outputs.changelog}}
|
run: echo "${{steps.complex_release.outputs.changelog}}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user