mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 13:10:18 +11:00
version: default to 0.1
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
f83409d4f4
commit
40f529cb2d
4 changed files with 4 additions and 4 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -41,7 +41,7 @@ const core = __importStar(__webpack_require__(186));
|
|||
function getInputs() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
return {
|
||||
version: core.getInput('version') || 'latest',
|
||||
version: core.getInput('version') || '0.1',
|
||||
ageKey: core.getInput('age-key'),
|
||||
workdir: core.getInput('workdir') || '.',
|
||||
args: core.getInput('args'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue