Skip to content

Commit 5120f5c

Browse files
Update action.yml
1 parent b2735ad commit 5120f5c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

action.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

@@ -25,9 +25,8 @@ runs:
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 }}'
3130
branding:
3231
icon: camera-off
3332
color: white

0 commit comments

Comments
 (0)