mirror of
https://github.com/actions-rs/cargo.git
synced 2025-05-03 17:19:22 +03:00
Update
This commit is contained in:
parent
764c81a858
commit
228ba22e5b
3 changed files with 3 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue