Skip to content

Commit a544103

Browse files
committed
docs: replace old parameter on example code
1 parent abf67aa commit a544103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Example of using the output
4343
- id: 'test'
44-
run: 'curl "${{ steps.deploy.outputs.url }}"'
44+
run: 'curl "${{ steps.deploy.outputs.version_url }}"'
4545
```
4646
4747
## Inputs

0 commit comments

Comments
 (0)