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 0c9ec72 commit 4294512Copy full SHA for 4294512
2 files changed
.github/workflows/ghcr-cleanup.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Delete untagged images
13
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
14
with:
15
github-token: ${{ secrets.GH_TOKEN }}
16
script: |
.github/workflows/issue_bot.yml
@@ -31,7 +31,7 @@ jobs:
31
path: zhc
32
33
- name: Comment on new device support/external converter issue
34
35
36
37
const {newDeviceSupport} = await import("${{ github.workspace }}/z2m/scripts/issueBot.mjs")
0 commit comments