We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c189c4 commit 0cd73deCopy full SHA for 0cd73de
action.yml
@@ -11,7 +11,7 @@ inputs:
11
default: "{}"
12
outputs:
13
14
- description: 'JSON-ified `outputs` from the action, e.g. `{"node-version": "18.12.0", "cache-hit": true}`'
+ description: 'JSON-ified `outputs` from the action, e.g. `{"node-version": "v18.12.0", "cache-hit": true}`'
15
value: ${{ steps.run.outputs.outputs }}
16
runs:
17
using: composite
0 commit comments