mirror of
https://github.com/qmk/.github.git
synced 2026-09-07 16:00:17 +02:00
Remove use of andstor/file-existence-action (#16)
This commit is contained in:
@@ -35,15 +35,9 @@ jobs:
|
|||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Check if qmk_firmware exists
|
|
||||||
id: check_files
|
|
||||||
uses: andstor/file-existence-action@v3
|
|
||||||
with:
|
|
||||||
files: qmk_firmware
|
|
||||||
|
|
||||||
- name: Checkout QMK Firmware
|
- name: Checkout QMK Firmware
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
if: steps.check_files.outputs.files_exists == 'false'
|
if: ${{ hashFiles('qmk_firmware/requirements.txt') == '' }}
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
path: qmk_firmware
|
path: qmk_firmware
|
||||||
|
|||||||
Reference in New Issue
Block a user