File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Manala
3
3
description : Manala
4
4
5
5
inputs :
6
- directory :
7
- description : Directory
6
+ dir :
7
+ description : Working directory
8
8
required : false
9
9
default : .
10
10
16
16
- name : Manala update
17
17
uses : manala/github-action-manala/update@v1
18
18
with :
19
- directory : ${{ inputs.directory }}
19
+ dir : ${{ inputs.dir }}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Manala - Update
3
3
description : Manala - Update
4
4
5
5
inputs :
6
- directory :
7
- description : Directory
6
+ dir :
7
+ description : Working directory
8
8
required : false
9
9
default : .
10
10
13
13
steps :
14
14
- name : Manala update
15
15
shell : bash
16
- working-directory : ${{ inputs.directory }}
16
+ working-directory : ${{ inputs.dir }}
17
17
run : |
18
18
manala update
You can’t perform that action at this time.
0 commit comments