mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(cd): use namespace imports for actions packages (#583)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import core from '@actions/core';
|
||||
import github from '@actions/github';
|
||||
import * as core from '@actions/core';
|
||||
import * as github from '@actions/github';
|
||||
|
||||
const GH_TOKEN = process.env.GITHUB_TOKEN;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user