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:
1010 description : ' Username'
1111 required : true
1212 default : ${{ github.actor }}
13- repository :
14- description : ' full repo url '
13+ repository-short :
14+ description : ' git slug ex. AutoClone '
1515 required : true
1616 default : git ls-remote --get-url
1717 logging-email :
18- description : ' full repo url '
18+ description : ' email to send logged information '
1919 required : true
2020 default : altify@mail.com
2121
2525 uses : GuillaumeFalourd/clone-github-repo-action@v2
2626 with :
2727 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 }}'
3130branding :
3231 icon : camera-off
3332 color : white
You can’t perform that action at this time.
0 commit comments