mirror of
https://github.com/actions-rs/cargo.git
synced 2025-08-14 12:45:12 +00:00
Update
This commit is contained in:
parent
764c81a858
commit
228ba22e5b
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -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";
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user