Add GitHub Enterprise support (#108)
* * Add GitHub url and GitHub Enterprise support * Update the GitHub action * Update build.yml Remove push command * Update the PR and remove the test mode * Delete build-pr.yml * Update README.md
This commit is contained in:
committed by
GitHub
parent
887c31bd83
commit
694e694af3
@@ -9,6 +9,10 @@ inputs:
|
||||
description: 'GitHub token or PAT token'
|
||||
required: true
|
||||
default: ${{ github.token }}
|
||||
github_url:
|
||||
description: 'GitHub url or GitHub Enterprise url'
|
||||
required: true
|
||||
default: ${{ github.server_url }}
|
||||
repository:
|
||||
description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'
|
||||
default: ''
|
||||
|
Reference in New Issue
Block a user