Thanks to visit codestin.com Credit goes to github.com
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 d649a45 commit 68ed283Copy full SHA for 68ed283
1 file changed
.github/workflows/check.yml
@@ -81,7 +81,7 @@ jobs:
81
if: always() && steps.build.outcome == 'failure' && matrix.format == 'html'
82
id: prepare
83
run: |
84
- scripts/prepmsg.sh logs/sphinxwarnings-${format}.txt logs/notify.txt
+ scripts/prepmsg.sh logs/sphinxwarnings-${{ matrix.format }}.txt logs/notify.txt
85
cat logs/notify.txt
86
env:
87
GITHUB_JOB: ${{ github.job }}
0 commit comments