mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 14:29:23 +00:00
.
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -23,4 +23,7 @@ jobs:
|
|||||||
ref: test-data/v2/basic
|
ref: test-data/v2/basic
|
||||||
path: basic
|
path: basic
|
||||||
|
|
||||||
- run: echo foo.outputs.bar is '${{ steps.foo.outputs.bar }}'
|
- run: |
|
||||||
|
echo bar is "${{ steps.foo.outputs.bar }}"
|
||||||
|
env:
|
||||||
|
bar: ${{ toJson(steps.foo.outputs.bar) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user