From 98486a4643295bde1ce713722ed65f5b608907b2 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Thu, 15 Sep 2022 23:56:54 +0100 Subject: [PATCH] Fix path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bddf071..e7c4f87 100644 --- a/action.yml +++ b/action.yml @@ -54,7 +54,7 @@ runs: 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 }} + - 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: icon: git-commit