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 77f1005 commit 58a7c52Copy full SHA for 58a7c52
.github/workflows/codacy-variation-fallback.yml
@@ -71,7 +71,8 @@ jobs:
71
- uses: dorny/paths-filter@v3
72
id: changes
73
with:
74
- filters: ${{ steps.config.outputs.filters }}
+ filters: |
75
+ ${{ steps.config.outputs.filters }}
76
77
# Bypass the 'Codacy Coverage Variation' when there are no relevant files able to trigger it.
78
- name: Create Success Check for Variation
0 commit comments