mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-03 13:49:45 +11:00
version: default to latest
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
dc68f283fe
commit
bd4594ef89
4 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ export interface Inputs {
|
|||
|
||||
export async function getInputs(): Promise<Inputs> {
|
||||
return {
|
||||
version: core.getInput('version') || '0.1',
|
||||
version: core.getInput('version') || 'latest',
|
||||
ageKey: core.getInput('age-key'),
|
||||
workdir: core.getInput('workdir') || '.',
|
||||
args: core.getInput('args'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue