File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -4,28 +4,25 @@ author: Altify-Developing
44inputs :
55 token :
66 description : ' GITHUB_TOKEN or a Repo scoped PAT'
7- required : true
7+ required : false
88 default : ${{ github.token }}
99 owner :
1010 description : ' Username'
11- required : true
11+ required : false
1212 default : Altify-Developing
1313 repository-short :
1414 description : ' git slug ex. AutoClone'
15- required : true
15+ required : false
1616 default : git ls-remote --get-url
1717 logging-email :
1818 description : ' email to send logged information'
19- required : true
19+ required : false
2020 default : altify@mail.com
2121
2222runs :
2323 steps :
2424 - id : build
25- uses : GuillaumeFalourd/clone-github-repo-action@v2
26- with :
27- owner : ${{ github.actor }}
28- repository : git ls-remote --get-url
25+ run : echo "hello"
2926branding :
3027 icon : camera-off
3128 color : white
You can’t perform that action at this time.
0 commit comments