Skip to content

Commit 58a7c52

Browse files
authored
ci: update codacy-variation-fallback.yml
1 parent 77f1005 commit 58a7c52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codacy-variation-fallback.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
- uses: dorny/paths-filter@v3
7272
id: changes
7373
with:
74-
filters: ${{ steps.config.outputs.filters }}
74+
filters: |
75+
${{ steps.config.outputs.filters }}
7576
7677
# Bypass the 'Codacy Coverage Variation' when there are no relevant files able to trigger it.
7778
- name: Create Success Check for Variation

0 commit comments

Comments
 (0)