Skip to content

Commit 77bd9dc

Browse files
ci: 修复工作流问题
Signed-off-by: unknowIfGuestInDream <liang.tang.cx@gmail.com>
1 parent 2314444 commit 77bd9dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-aliyun-maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
with:
171171
script: |
172172
const { execSync } = require('child_process');
173+
const { getOctokit } = require('@actions/github');
173174
174175
try {
175176
const dependencies = JSON.parse('${{ steps.parse-deps.outputs.dependencies }}');

0 commit comments

Comments
 (0)