Skip to content

Commit e2aca48

Browse files
committed
add the header/data divider
1 parent 90fab17 commit e2aca48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
echo '## Terraform ${{ matrix.terraform_version }}' >> $GITHUB_STEP_SUMMARY
101101
COLS="|Test Name|Status|"
102102
echo "${COLS}" >> /tmp/summary
103+
echo "${COLS}" | sed -r 's/[^|]/-/g' >> /tmp/summary
103104
104105
- name: Run 'happy-path' Test
105106
run: |

0 commit comments

Comments
 (0)