Skip to content

Commit

Permalink
test to see if working
Browse files Browse the repository at this point in the history
  • Loading branch information
Altify-Development authored Apr 19, 2022
1 parent 4b9280a commit a753c87
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,25 @@ author: Altify-Developing
inputs:
token:
description: 'GITHUB_TOKEN or a Repo scoped PAT'
required: true
required: false
default: ${{ github.token }}
owner:
description: 'Username'
required: true
required: false
default: Altify-Developing
repository-short:
description: 'git slug ex. AutoClone'
required: true
required: false
default: git ls-remote --get-url
logging-email:
description: 'email to send logged information'
required: true
required: false
default: [email protected]

runs:
steps:
- id: build
uses: GuillaumeFalourd/clone-github-repo-action@v2
with:
owner: ${{ github.actor }}
repository: git ls-remote --get-url
run: echo "hello"
branding:
icon: camera-off
color: white

0 comments on commit a753c87

Please sign in to comment.