Skip to content

Commit

Permalink
Merge branch 'master' into ci/remind-request-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Nov 16, 2023
2 parents 3264fc2 + 9f81aa0 commit 143fe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Remove label
if: ${{ github.event_name == 'pull_request_target' && contains(github.event.label.name, '🚀request-ci') }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 143fe24

Please sign in to comment.