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 46524bf commit 514f482Copy full SHA for 514f482
.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