From d540fbe5a0feac632a563f8d3e778070de6828f2 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Fri, 16 Sep 2022 00:01:04 +0100 Subject: [PATCH] Install requirements --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9a14aa9..5042933 100644 --- a/action.yml +++ b/action.yml @@ -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