Skip to content

Commit

Permalink
Merge pull request #134 from SevereCloud/patch-1
Browse files Browse the repository at this point in the history
Update github_token and github_url to handle it as optional parameter
  • Loading branch information
ZPascal authored Jun 28, 2022
2 parents 6195df7 + 67c1a68 commit 9a46ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9a46ba8

Please sign in to comment.