From 8aa8ad206e57bae695f9fcdc82c71fa0c01a148e Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Tue, 20 Sep 2022 22:44:42 +0100 Subject: [PATCH] Avoid installing packages. Hopefully git and openssh-client are already installed --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 9f8d572..cc98ba1 100644 --- a/action.yml +++ b/action.yml @@ -52,8 +52,6 @@ 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: