1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00
This commit is contained in:
eric sciple 2019-12-04 11:22:28 -05:00
parent d55a9ff432
commit 4fe4525883

View file

@ -26,4 +26,4 @@ jobs:
- run: |
echo bar is "${{ steps.foo.outputs.bar }}"
env:
bar: ${{ toJson(steps.foo.outputs.bar) }}
bar: ${{ toJson(steps.foo) }}