From 9bf28d3fe6ecb63c3ebdb415cf060694656128c2 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Wed, 21 Sep 2022 16:20:11 +0100 Subject: [PATCH] Revert "Avoid installing packages. Hopefully git and openssh-client are already installed" This reverts commit 8aa8ad206e57bae695f9fcdc82c71fa0c01a148e. --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index cc98ba1..9f8d572 100644 --- a/action.yml +++ b/action.yml @@ -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: