Skip to content

Commit 2b9c792

Browse files
committed
issue isn't obvious
1 parent 443d4c1 commit 2b9c792

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')""" >> $GITHUB_ENV
106106
107107
- name: Run 'happy-path' Test
108108
run: |

0 commit comments

Comments
 (0)