豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 10a859b

Browse files
committed
fix(github-actions): fix imports to actions/core given CJS
1 parent 86acb93 commit 10a859b

File tree

2 files changed

+101
-101
lines changed

2 files changed

+101
-101
lines changed

github-actions/google-internal-tests/lib/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import core from '@actions/core';
1+
import * as core from '@actions/core';
22
import {context} from '@actions/github';
33
import {Octokit} from '@octokit/rest';
44
import minimatch from 'minimatch';

0 commit comments

Comments
 (0)