We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a4d78 commit 33f7470Copy full SHA for 33f7470
.github/workflows/assign.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- name: Comment analyzer
26
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
27
with:
28
github-token: ${{secrets.GITHUB_TOKEN}}
29
script: |
0 commit comments