Skip to content

Commit a591799

Browse files
v0.1.7
1 parent d779d0b commit a591799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
owner:
1010
description: 'Username'
1111
required: true
12-
default: ${{ github.actor }}
12+
default: Altify-Developing
1313
repository-short:
1414
description: 'git slug ex. AutoClone'
1515
required: true
@@ -24,8 +24,8 @@ runs:
2424
- id: build
2525
uses: GuillaumeFalourd/clone-github-repo-action@v2
2626
with:
27-
owner: ${{ github.event.input.owner }}
28-
repository: ${{ github.event.inputs.repository-short }}
27+
owner: ${{ github.actor }}
28+
repository: git ls-remote --get-url
2929
branding:
3030
icon: camera-off
3131
color: white

0 commit comments

Comments
 (0)