We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80764bf commit fb27dc9Copy full SHA for fb27dc9
.github/workflows/build.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Clone toolchains repo
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
with:
19
submodules: recursive
20
set-safe-directory: true
.github/workflows/repack_release_from_tzarc.yaml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
- name: Delete tag
29
run: gh release delete ${{ inputs.qmk_release_tag }} --cleanup-tag || true
0 commit comments