Skip to content

Commit 5e67639

Browse files
serephuskatyo
authored andcommitted
remove extra parentheses from output example in README
1 parent 93732b1 commit 5e67639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Output usage:
137137
- name: if my-crate published
138138
if: fromJSON(steps.publish-crates.outputs.published).*
139139
run: |
140-
LIST="${{ join(fromJSON(steps.publish-crates.outputs.published).*.name, ', ')) }}"
140+
LIST="${{ join(fromJSON(steps.publish-crates.outputs.published).*.name, ', ') }}"
141141
echo "Published crates: $LIST"
142142
```
143143
**NOTE**: This is also works if `dry-run` is enabled. It explained in [Outputs](#outputs).

0 commit comments

Comments
 (0)