Fix Outputs Example (#658)

This commit is contained in:
Ethan Chiu
2020-08-14 11:55:27 -04:00
committed by TingluoHuang
parent 0204c270db
commit 6c0f4fa33b

View File

@@ -207,7 +207,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- id: random-number-generator - id: random-number-generator
run: echo "::set-output name=random-number::$(echo $RANDOM)" run: echo "::set-output name=random-id::$(echo $RANDOM)"
shell: bash shell: bash
``` ```