Commit 2805447
authored
tee output to console (#6)
This should hopefully help in debugging. `$GITHUB_STEP_SUMMARY` is an
"environment file" provided by GitHub Actions, so we can treat it just
like a file and use `tee` to append data to it.
Based on an idea by @oscargus raised in #4.
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-job-summary
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#environment-files1 parent 48caa85 commit 2805447
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
0 commit comments