diff options
| author | QMK Bot | 2024-03-05 17:59:58 +0100 |
|---|---|---|
| committer | QMK Bot | 2024-03-05 17:59:58 +0100 |
| commit | 045e5c9729f22a8ab8a3f22fe9c0e6b51d1940fe (patch) | |
| tree | d1ce702a997334136c8531388a9b110e23f6d7ff /.github/workflows/format.yml | |
| parent | a2c23e9419478cc49d06634732e626a55eec6d66 (diff) | |
| parent | 4443fa8a328c8b6fcef9b00017fe673567222168 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
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}' |