Skip to content

Commit

Permalink
fix: use correct ci syntax (#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Sep 16, 2024
2 parents b8c0bd8 + ec84dc7 commit 3095592
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
id: 'changed-files'
uses: tj-actions/changed-files@v45
with:
since_last_remote_commit: true
files: |
./site/**/*
files: site/**

# delete Netlify comment if no site files changed
- name: 'Site Files Changed'
Expand Down

0 comments on commit 3095592

Please sign in to comment.