Revert "Avoid installing packages. Hopefully git and openssh-client are already installed"

This reverts commit 8aa8ad206e.
This commit is contained in:
Carles Pina i Estany 2022-09-21 16:20:11 +01:00
parent 8aa8ad206e
commit 9bf28d3fe6

View File

@ -52,6 +52,8 @@ 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: