Add documentation for the composite version

This commit is contained in:
Carles Pina i Estany 2022-09-21 17:25:43 +01:00
parent 9bf28d3fe6
commit 0d608f8ef7

View File

@ -52,8 +52,13 @@ inputs:
runs:
using: composite
steps:
- run: apt-get update && apt-get install -y openssh-client git
shell: sh
# You openssh-client is needed if ssh-deploy keys are used
# (to fetch the fingerprints of the server)
# git is needed to pull/push
# Probably this is already installed in your machine, otherwise
# install it using the line below or adding sudo
#- 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: