Skip to content

Commit d012309

Browse files
committed
ide wants to balance quotes I had already balanced myself
1 parent 2ca61c6 commit d012309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Set Summary Headers
104104
run: |
105-
echo -e 'RESULTS=${{ env.COLS }}\n$(echo ${{ env.COLS }} | sed -r "s/[^|]/-/g")'' | tee -a $GITHUB_ENV
105+
echo -e 'RESULTS=${{ env.COLS }}\n$(echo ${{ env.COLS }} | sed -r "s/[^|]/-/g")' | tee -a $GITHUB_ENV
106106
107107
- name: Run 'happy-path' Test
108108
run: |

0 commit comments

Comments
 (0)