We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacf6e5 commit 325fbbaCopy full SHA for 325fbba
.github/workflows/pre-commit_wsl.yml
@@ -147,7 +147,7 @@ jobs:
147
- uses: actions/download-artifact@v5
148
id: download
149
with:
150
- name: wsl-pre-commit-${{matrix.python-version}}
+ name: wsl_pre-commit-${{matrix.python-version}}
151
- name: Get transitive dependencies licences
152
id: license_check_print_report
153
# uses: pilosus/action-pip-license-checker@v1.0.0
@@ -181,7 +181,7 @@ jobs:
181
182
183
184
- pattern: wsl-pre-commit-*
+ pattern: wsl_pre-commit-*
185
merge-multiple: true
186
path: changes-dir
187
- name: Move artifacts to their right place
0 commit comments