File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ inputs:
10
10
description : ' Username'
11
11
required : true
12
12
default : ${{ github.actor }}
13
- repository :
14
- description : ' full repo url '
13
+ repository-short :
14
+ description : ' git slug ex. AutoClone '
15
15
required : true
16
16
default : git ls-remote --get-url
17
17
logging-email :
18
- description : ' full repo url '
18
+ description : ' email to send logged information '
19
19
required : true
20
20
default : altify@mail.com
21
21
25
25
uses : GuillaumeFalourd/clone-github-repo-action@v2
26
26
with :
27
27
owner : ${{ github.event.input.owner }}
28
- repository : ${{ github.event.inputs.repository }}
29
- run : |
30
- rm -r "Altify-Developing-Main"
28
+ repository : ${{ github.event.inputs.repository-short }}
29
+ run : ' rm -r ${{ github.event.inputs.repository-short }}'
31
30
branding :
32
31
icon : camera-off
33
32
color : white
You can’t perform that action at this time.
0 commit comments