We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b2d49 commit 6ac5c06Copy full SHA for 6ac5c06
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
--skip-cache-invalidation
39
--theme "$(pwd)"
40
--languages en
41
- --branch ${{ matrix.branch }}
+ --branches ${{ matrix.branch }}
42
- name: Show logs
43
if: failure()
44
run: |
0 commit comments