We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c0fb0 commit 81e9583Copy full SHA for 81e9583
.github/workflows/sanity.yaml
@@ -13,9 +13,5 @@ jobs:
13
COLS="|One|Two|Three|"
14
echo "$COLS" | tee -a $GITHUB_STEP_SUMMARY
15
echo "$COLS" | sed -r 's/[^|]/-/g' | tee -a $GITHUB_STEP_SUMMARY
16
- - name: echo two
17
- run: |
18
echo "|1|2|3|" | tee -a $GITHUB_STEP_SUMMARY
19
- - name: echo three
20
21
echo "|4|5|6|" | tee -a $GITHUB_STEP_SUMMARY
0 commit comments