fix typo
This commit is contained in:
parent
b673daf32f
commit
6e24bce2f4
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 () => {
|
||||
const cache = getInput("cache");
|
||||
const paths = getMultilineInput("token");
|
||||
const paths = getMultilineInput("paths");
|
||||
|
||||
await exec("attic", ["push", cache, ...paths]);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user