We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d779d0b commit a591799Copy full SHA for a591799
action.yml
@@ -9,7 +9,7 @@ inputs:
9
owner:
10
description: 'Username'
11
required: true
12
- default: ${{ github.actor }}
+ default: Altify-Developing
13
repository-short:
14
description: 'git slug ex. AutoClone'
15
@@ -24,8 +24,8 @@ runs:
24
- id: build
25
uses: GuillaumeFalourd/clone-github-repo-action@v2
26
with:
27
- owner: ${{ github.event.input.owner }}
28
- repository: ${{ github.event.inputs.repository-short }}
+ owner: ${{ github.actor }}
+ repository: git ls-remote --get-url
29
branding:
30
icon: camera-off
31
color: white
0 commit comments