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 52898f7 commit f3489ffCopy full SHA for f3489ff
.github/workflows/cleanup-checks.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout repo
19
uses: actions/checkout@v4
20
- name: add label
21
- uses: actions/github-script@v7.0.1
+ uses: actions/github-script@v7.1.0
22
with:
23
script: |
24
const script = (await import('${{ github.workspace }}/.github/workflows/cleanup-checks.mjs')).setup({context,core,github,exec,glob,io})
0 commit comments