mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 22:39:24 +00:00
.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -26,4 +26,4 @@ jobs:
|
||||
- run: |
|
||||
echo bar is "${{ steps.foo.outputs.bar }}"
|
||||
env:
|
||||
bar: ${{ toJson(steps.foo.outputs.bar) }}
|
||||
bar: ${{ toJson(steps.foo) }}
|
||||
|
||||
Reference in New Issue
Block a user