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 0ef6036 commit 8471d30Copy full SHA for 8471d30
.github/workflows/detect-duplicate-issues.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Detect potential duplicate issues
19
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
20
with:
21
script: |
22
const { owner, repo } = context.repo;
0 commit comments