🔨 build github actions script now checksout before filter
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
||||
outputs:
|
||||
changes: ${{ steps.filter.outputs.changes }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dorny/paths-filter@v3
|
||||
id: filter
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user