Skip to content

Commit

Permalink
fix(CI): /integrate err
Browse files Browse the repository at this point in the history
action script的node版本升级,导致octokit加载出错,临时回退版本
  • Loading branch information
hudeng-go committed May 6, 2024
1 parent e5106d7 commit 3de4192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-integration-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Get integration app token
id: integration_token
uses: actions/github-script@v6
uses: actions/github-script
with:
script: |
global["fetch"] = fetch
Expand Down

0 comments on commit 3de4192

Please sign in to comment.