We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28908e0 commit 9587452Copy full SHA for 9587452
1 file changed
.github/workflows/coverage.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
# Only download this if the coverage/ directory isn't present
13
- - if: !exists('coverage/index.html')
+ - if: ${{ !exists('coverage/index.html') }}
14
uses: actions/download-artifact@v4
15
with:
16
name: coverage-report
0 commit comments