fix: github_token and github_url optional

This commit is contained in:
Daniil Suvorov
2022-06-28 13:40:34 +03:00
committed by GitHub
parent 6195df7871
commit 67c1a687d9

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'