🔨 build github actions script now checksout before filter

This commit is contained in:
Eric Doughty-Papassideris
2024-07-23 15:06:59 +02:00
parent cc64e9b90c
commit 33145b58b6
+1
View File
@@ -20,6 +20,7 @@ jobs:
outputs:
changes: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with: