From a64c3ec37e9d2285e321592ec31faa888db38f90 Mon Sep 17 00:00:00 2001 From: unknowIfGuestInDream Date: Sat, 3 May 2025 10:22:52 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: unknowIfGuestInDream --- .github/workflows/check-aliyun-maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-aliyun-maven.yml b/.github/workflows/check-aliyun-maven.yml index 8eb72d954..c6bea4869 100644 --- a/.github/workflows/check-aliyun-maven.yml +++ b/.github/workflows/check-aliyun-maven.yml @@ -121,7 +121,7 @@ jobs: with: script: | const { execSync } = require('child_process'); - const { core } = require('@actions/core'); + const core = require('@actions/core'); const { context, getOctokit } = require('@actions/github'); try {