Skip to content

Commit 0cd73de

Browse files
committed
tweak example
1 parent 1c189c4 commit 0cd73de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
default: "{}"
1212
outputs:
1313
outputs:
14-
description: 'JSON-ified `outputs` from the action, e.g. `{"node-version": "18.12.0", "cache-hit": true}`'
14+
description: 'JSON-ified `outputs` from the action, e.g. `{"node-version": "v18.12.0", "cache-hit": true}`'
1515
value: ${{ steps.run.outputs.outputs }}
1616
runs:
1717
using: composite

0 commit comments

Comments
 (0)