diff options
| author | Joel Challis | 2024-03-05 17:59:09 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-05 17:59:09 +0100 |
| commit | 4443fa8a328c8b6fcef9b00017fe673567222168 (patch) | |
| tree | 0fe232700886956c8780858128cd9b3efb13e075 /.github/workflows/format.yml | |
| parent | 7836906f3ea7e8f25b4eacbd11f67b8d38745089 (diff) | |
Attempt to fix changed files on CI workflow (#23205)
Diffstat (limited to '.github/workflows/format.yml')
| -rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 81da72046c..df080cfe8c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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}' |