mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:21:58 +00:00
Fix Outputs Example (#658)
This commit is contained in:
@@ -207,7 +207,7 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- id: random-number-generator
|
||||
run: echo "::set-output name=random-number::$(echo $RANDOM)"
|
||||
run: echo "::set-output name=random-id::$(echo $RANDOM)"
|
||||
shell: bash
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user