We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93732b1 commit 5e67639Copy full SHA for 5e67639
README.md
@@ -137,7 +137,7 @@ Output usage:
137
- name: if my-crate published
138
if: fromJSON(steps.publish-crates.outputs.published).*
139
run: |
140
- LIST="${{ join(fromJSON(steps.publish-crates.outputs.published).*.name, ', ')) }}"
+ LIST="${{ join(fromJSON(steps.publish-crates.outputs.published).*.name, ', ') }}"
141
echo "Published crates: $LIST"
142
```
143
**NOTE**: This is also works if `dry-run` is enabled. It explained in [Outputs](#outputs).
0 commit comments