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 265c224 commit 0cabdd3Copy full SHA for 0cabdd3
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
defaults:
17
run:
18
- shell: bash -e {0} 2> >(tee -a $HOME/stderr.log >&2)
+ shell: bash -e {0} 2> >(tee -a ${{ github.workspace }}/stderr.log >&2)
19
steps:
20
- uses: actions/checkout@v4
21
with:
0 commit comments