Update action.yml
This commit is contained in:
parent
7f0e861402
commit
4fa49eef32
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ runs:
|
||||||
git merge git-commit-push-action-${{ github.run_id }}-${{ github.job }}
|
git merge git-commit-push-action-${{ github.run_id }}-${{ github.job }}
|
||||||
git branch -d 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
|
else
|
||||||
echo "WARNING: No changes were detected. git commit push action aborted."
|
echo "WARNING: No changes were detected. git commit push action aborted."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue