File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- uses : actions/checkout@v4
9
- - run : curl https://github.com/mpalmer/action-validator/releases/download/v0.5.4/action-validator_linux_amd64 -o ./action-validator
10
- - run : chmod +x ./action-validator
11
- - run : ./action-validator ./action.yml
9
+ - uses : asdf-vm/actions/install@v3
10
+ with :
11
+ tool_versions : |
12
+ action-validator 0.5.4
13
+ - run : asdf reshim action-validator
14
+ - run : action-validator ./action.yml
12
15
13
16
custom-controller-login :
14
17
needs :
Original file line number Diff line number Diff line change @@ -21,14 +21,11 @@ inputs:
21
21
default : " ~/.ssh/id_rsa"
22
22
add-key :
23
23
description : if set to true, run "runway key create"
24
- type : boolean
25
24
required : true
26
- default : false
25
+ default : ' false'
27
26
setup-ssh :
28
27
description : if set to true, setup ssh to work for "runway app deploy"
29
- type : boolean
30
- required : true
31
- default : false
28
+ default : ' false'
32
29
log-level :
33
30
description : debug, info, warn, error
34
31
default : error
You can’t perform that action at this time.
0 commit comments