We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d38bb commit d140809Copy full SHA for d140809
src/swiftly/swiftly.ts
@@ -2,7 +2,7 @@ import { info } from "@actions/core";
2
import { cmd } from "../core";
3
4
async function swiftly(...args: string[]) {
5
- return await cmd("swiftly", args);
+ return await cmd("swiftly", ...args);
6
}
7
8
/**
0 commit comments