This commit is contained in:
root 2023-02-12 17:21:38 +00:00
parent 764c81a858
commit 228ba22e5b
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Parse action input into a some proper thing.
*/
import { input } from "@actions-rs/core";
import { input } from "action-core";
import stringArgv from "string-argv";

View File

@ -3,7 +3,7 @@ import path from "path";
import * as core from "@actions/core";
import * as input from "./input";
import { Cargo, Cross } from "@actions-rs/core";
import { Cargo, Cross } from "action-core";
export async function run(actionInput: input.Input): Promise<void> {
let program;