mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
Add github-server input parameter
This commit is contained in:
parent
2ebe0cc15f
commit
c3f0aa4db9
|
@ -29,6 +29,11 @@ inputs:
|
||||||
description: '[Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo'
|
description: '[Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo'
|
||||||
default: 'Update from ORIGIN_COMMIT'
|
default: 'Update from ORIGIN_COMMIT'
|
||||||
required: false
|
required: false
|
||||||
|
github-server:
|
||||||
|
description: 'Github server'
|
||||||
|
default: 'github.com'
|
||||||
|
required: true
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
|
@ -41,6 +46,7 @@ runs:
|
||||||
- ${{ inputs.destination-repository-username }}
|
- ${{ inputs.destination-repository-username }}
|
||||||
- ${{ inputs.target-branch }}
|
- ${{ inputs.target-branch }}
|
||||||
- ${{ inputs.commit-message }}
|
- ${{ inputs.commit-message }}
|
||||||
|
- ${{ inputs.github-server }}
|
||||||
branding:
|
branding:
|
||||||
icon: 'git-commit'
|
icon: 'git-commit'
|
||||||
color: 'green'
|
color: 'green'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user