Merge pull request #134 from SevereCloud/patch-1

Update github_token and github_url to handle it as optional parameter
This commit is contained in:
Pascal Zimmermann 2022-06-28 18:48:33 +02:00 committed by GitHub
commit 9a46ba8d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@ branding:
inputs:
github_token:
description: 'GitHub token or PAT token'
required: true
required: false
default: ${{ github.token }}
github_url:
description: 'GitHub url or GitHub Enterprise url'
required: true
required: false
default: ${{ github.server_url }}
ssh:
description: 'Specify if ssh should be used'