mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-21 23:56:09 -07:00
Avoid installing packages. Hopefully git and openssh-client are already installed
This commit is contained in:
parent
18caea3525
commit
8aa8ad206e
|
@ -52,8 +52,6 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: apt-get update && apt-get install -y openssh-client git
|
||||
shell: sh
|
||||
- run: $GITHUB_ACTION_PATH/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
|
||||
branding:
|
||||
|
|
Loading…
Reference in New Issue
Block a user