Skip to content

Commit

Permalink
Fix Rsi Diff Bot Detecting Spaces in File Names (#1683)
Browse files Browse the repository at this point in the history
Ever had the rsi diff bot run and tell you there's spaces in file names
in totally unrelated files? Well this should fix that.
  • Loading branch information
Peptide90 authored Jan 29, 2025
1 parent 78e9694 commit ee9802c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rsi-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:

- name: Get changed files
id: files
uses: Ana06/get-changed-files@v1.2
uses: Ana06/get-changed-files@v2.3.0
with:
format: 'space-delimited'
filter: |
**.rsi
**.png
- name: Diff changed RSIs
id: diff
Expand Down

0 comments on commit ee9802c

Please sign in to comment.