mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 16:16:09 -07:00
Fix composite test
This commit is contained in:
parent
b6ee0e5c19
commit
de0ab67ac0
13
action.yml
13
action.yml
|
@ -51,20 +51,9 @@ inputs:
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
args:
|
steps:
|
||||||
- run: entrypoint.sh ${{ inputs.source-before-directory }} ${{ inputs.source-directory }} ${{ inputs.destination-github-username }} ${{ inputs.destination-repository-name }} ${{ inputs.github-server }} ${{ inputs.user-email }} ${{ inputs.user-name }} ${{ inputs.destination-repository-username }} ${{ inputs.target-branch }} ${{ inputs.commit-message }} ${{ inputs.target-directory }}
|
- run: entrypoint.sh ${{ inputs.source-before-directory }} ${{ inputs.source-directory }} ${{ inputs.destination-github-username }} ${{ inputs.destination-repository-name }} ${{ inputs.github-server }} ${{ inputs.user-email }} ${{ inputs.user-name }} ${{ inputs.destination-repository-username }} ${{ inputs.target-branch }} ${{ inputs.commit-message }} ${{ inputs.target-directory }}
|
||||||
shell: sh
|
shell: sh
|
||||||
- '${{ inputs.source-before-directory }}'
|
|
||||||
- '${{ inputs.source-directory }}'
|
|
||||||
- '${{ inputs.destination-github-username }}'
|
|
||||||
- '${{ inputs.destination-repository-name }}'
|
|
||||||
- '${{ inputs.github-server }}'
|
|
||||||
- '${{ inputs.user-email }}'
|
|
||||||
- '${{ inputs.user-name }}'
|
|
||||||
- '${{ inputs.destination-repository-username }}'
|
|
||||||
- '${{ inputs.target-branch }}'
|
|
||||||
- '${{ inputs.commit-message }}'
|
|
||||||
- '${{ inputs.target-directory }}'
|
|
||||||
branding:
|
branding:
|
||||||
icon: git-commit
|
icon: git-commit
|
||||||
color: green
|
color: green
|
||||||
|
|
Loading…
Reference in New Issue
Block a user