[actions] use actions/checkout@v3 instead of git clone
Some checks failed
Build / build-sporq (push) Failing after 11s
Some checks failed
Build / build-sporq (push) Failing after 11s
This commit is contained in:
parent
3e252fccc6
commit
bebc2cee27
@ -12,8 +12,8 @@ jobs:
|
|||||||
run: python3 -m pip install --user qmk
|
run: python3 -m pip install --user qmk
|
||||||
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
|
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Set up Git repository
|
- name: Checkout
|
||||||
run: git clone --depth 1 https://git.sporq.de/sporq/qmk-firmware.git qmk-firmware
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up QMK
|
- name: Set up QMK
|
||||||
working-directory: .qmk-firmware
|
working-directory: .qmk-firmware
|
||||||
|
Loading…
Reference in New Issue
Block a user