Skip to content

Commit a073b13

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/github-script@v7
5252
with:
5353
script: |
54-
const core = require('@actions/core');
54+
const { core } = require('@actions/core');
5555
5656
try {
5757
const buildType = '${{ steps.get-changes.outputs.build_type }}';
@@ -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)