From a59179930e64f3783e323c19f7345d9f8eff5655 Mon Sep 17 00:00:00 2001 From: Altify Date: Mon, 18 Apr 2022 21:54:58 -0700 Subject: [PATCH] v0.1.7 --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 77034ce..9a21511 100644 --- a/action.yml +++ b/action.yml @@ -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 @@ -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