mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Fix Outputs Example (#658)
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user