Skip to content

Commit

Permalink
Fixing changed-file detection
Browse files Browse the repository at this point in the history
  • Loading branch information
valefar-on-discord committed Oct 7, 2024
1 parent 0ea6e2c commit 2a64174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify_signatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
id: changed-parent
uses: tj-actions/changed-files@v35.4.4
with:
base-ref: ${{ github.event.pull_request.base.sha }}
files_ignore: |
signatures/*
- name: Get Changed Signatures
id: changed-signatures
uses: tj-actions/changed-files@v35.4.4
with:
base-ref: ${{ github.event.pull_request.base.sha }}
files: signatures/*
match_directories: false

Expand Down

0 comments on commit 2a64174

Please sign in to comment.