From 4fa49eef327ea65f727b4a94aa0a1092f608b4d0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 27 Jan 2023 13:44:11 -0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 13bebf7..50816ea 100644 --- a/action.yml +++ b/action.yml @@ -96,7 +96,7 @@ runs: git merge git-commit-push-action-${{ github.run_id }}-${{ github.job }} git branch -d git-commit-push-action-${{ github.run_id }}-${{ github.job }} - git push "${{ inputs.remote_repository }}" "$CURRENT_BRANCH:$TARGET_BRANCH" --follow-tags $FORCE $TAGS + git push "${{ inputs.remote_repository }}" "HEAD:$TARGET_BRANCH" --follow-tags $FORCE $TAGS else echo "WARNING: No changes were detected. git commit push action aborted." fi