Skip to content

Commit a46c192

Browse files
Checkout before checking changes.
1 parent 10d9e66 commit a46c192

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-cloudflare-workers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
gumroad-products: ${{ steps.filter.outputs.gumroad-products }}
1818
# If I add more filters below, I need to “export them” here.
1919
steps:
20-
# For pull requests it's not necessary to checkout the code
20+
- uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
2123
- uses: dorny/paths-filter@v3
2224
id: filter
2325
with:

0 commit comments

Comments
 (0)