Skip to content

Commit 01f8e55

Browse files
author
Michael Henderson
committed
no spaces around colon
1 parent 4398ae6 commit 01f8e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
run: echo "The value for ${{ steps.read.outputs.output-property }} is ${{ steps.read.outputs.output-value }}"
2525
- name: adding final markdown
2626
id: adding-final-markdown
27-
run: echo "### ${{ steps.read.outputs.output-property }} ':' ${{ steps.read.outputs.output-value }}" >> $GITHUB_STEP_SUMMARY
27+
run: echo "### ${{ steps.read.outputs.output-property }}:${{ steps.read.outputs.output-value }}" >> $GITHUB_STEP_SUMMARY
2828

2929

0 commit comments

Comments
 (0)