Skip to content

Commit a753c87

Browse files
test to see if working
1 parent 4b9280a commit a753c87

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

action.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,25 @@ author: Altify-Developing
44
inputs:
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

2222
runs:
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"
2926
branding:
3027
icon: camera-off
3128
color: white

0 commit comments

Comments
 (0)