Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Altify-Development authored Apr 19, 2022
1 parent d779d0b commit a591799
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
owner:
description: 'Username'
required: true
default: ${{ github.actor }}
default: Altify-Developing
repository-short:
description: 'git slug ex. AutoClone'
required: true
Expand All @@ -24,8 +24,8 @@ runs:
- id: build
uses: GuillaumeFalourd/clone-github-repo-action@v2
with:
owner: ${{ github.event.input.owner }}
repository: ${{ github.event.inputs.repository-short }}
owner: ${{ github.actor }}
repository: git ls-remote --get-url
branding:
icon: camera-off
color: white

0 comments on commit a591799

Please sign in to comment.