Skip to content

Commit 9e7c72b

Browse files
committed
fix: reformat a line to avoid warning in GH online editor
1 parent ce46598 commit 9e7c72b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labs/composite-action.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Example consumer (solution):
8585
numbers: '[10, 20, 30, 40]'
8686
8787
- name: Print action output
88-
run: echo "Summary output: ${{ steps.summary.outputs.summary }}"
88+
run: |
89+
echo "Summary output: ${{ steps.summary.outputs.summary }}"
8990
```
9091

9192
</details>

0 commit comments

Comments
 (0)