Try to fix debug-78 composite

This commit is contained in:
Carles Pina i Estany 2022-09-15 23:54:17 +01:00
parent de0ab67ac0
commit 7fc279f6b7

View File

@ -52,6 +52,8 @@ inputs:
runs:
using: composite
steps:
- run: ls -l
shell: sh
- run: 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: