Skip to content

Commit 5fa3d89

Browse files
authored
fix action
1 parent 4896824 commit 5fa3d89

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dbt-CICD.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
pipeline_changed: ${{ steps.filter.outputs.pipeline }}
2424
reports_changed: ${{ steps.filter.outputs.reports }}
2525
steps:
26-
- id: filter
26+
- name: Checkout Code
27+
uses: actions/checkout@v4
28+
29+
- name: Detect changes
30+
id: filter
2731
uses: dorny/paths-filter@v3
2832
with:
2933
filters: |

0 commit comments

Comments
 (0)