Skip to content

Commit 87cb302

Browse files
ci: 修复工作流问题 (#2128)
Signed-off-by: unknowIfGuestInDream <liang.tang.cx@gmail.com>
1 parent a073b13 commit 87cb302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
script: |
123123
const { execSync } = require('child_process');
124-
const { core } = require('@actions/core');
124+
const core = require('@actions/core');
125125
const { context, getOctokit } = require('@actions/github');
126126
127127
try {

0 commit comments

Comments
 (0)