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:
commit
9a46ba8d86
@ -7,11 +7,11 @@ branding:
|
|||||||
inputs:
|
inputs:
|
||||||
github_token:
|
github_token:
|
||||||
description: 'GitHub token or PAT token'
|
description: 'GitHub token or PAT token'
|
||||||
required: true
|
required: false
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
github_url:
|
github_url:
|
||||||
description: 'GitHub url or GitHub Enterprise url'
|
description: 'GitHub url or GitHub Enterprise url'
|
||||||
required: true
|
required: false
|
||||||
default: ${{ github.server_url }}
|
default: ${{ github.server_url }}
|
||||||
ssh:
|
ssh:
|
||||||
description: 'Specify if ssh should be used'
|
description: 'Specify if ssh should be used'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user