Attempt to fix changed files on CI workflow (#23205)

This commit is contained in:
Joel Challis 2024-03-05 16:59:09 +00:00 committed by GitHub
parent 7836906f3e
commit 4443fa8a32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

View file

@ -36,6 +36,8 @@ jobs:
- name: Get changed files
id: file_changes
uses: tj-actions/changed-files@v42
with:
use_rest_api: true
- name: Run qmk formatters
shell: 'bash {0}'