mirror of
https://github.com/ryanccn/attic-action.git
synced 2024-11-24 00:14:15 +00:00
fix typo
This commit is contained in:
parent
b673daf32f
commit
6e24bce2f4
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@ import { exec } from "@actions/exec";
|
||||||
|
|
||||||
export const push = async () => {
|
export const push = async () => {
|
||||||
const cache = getInput("cache");
|
const cache = getInput("cache");
|
||||||
const paths = getMultilineInput("token");
|
const paths = getMultilineInput("paths");
|
||||||
|
|
||||||
await exec("attic", ["push", cache, ...paths]);
|
await exec("attic", ["push", cache, ...paths]);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue