mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-09-05 00:05:45 -06:00
Revert "Avoid installing packages. Hopefully git and openssh-client are already installed"
This reverts commit 8aa8ad206e57bae695f9fcdc82c71fa0c01a148e.
This commit is contained in:
parent
8aa8ad206e
commit
9bf28d3fe6
@ -52,6 +52,8 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
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 }}"
|
- 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
|
shell: sh
|
||||||
branding:
|
branding:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user