Install requirements

This commit is contained in:
Carles Pina i Estany 2022-09-16 00:01:04 +01:00
parent 6a8e117d36
commit d540fbe5a0

View File

@ -52,7 +52,7 @@ inputs:
runs:
using: composite
steps:
- run: ls -l
- run: apt-get install 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