From 7fc279f6b7b585cecc63e0fecdccb582929981f8 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Thu, 15 Sep 2022 23:54:17 +0100 Subject: [PATCH] Try to fix debug-78 composite --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 4d74c0f..bddf071 100644 --- a/action.yml +++ b/action.yml @@ -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: