Update action.yml

This commit is contained in:
Guillaume Falourd 2021-12-21 09:49:45 -03:00 committed by GitHub
parent 09811d38ef
commit b54800e7d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,12 @@ runs:
git merge push-and-commit-action-${{ github.run_id }}-${{ github.job }} git merge push-and-commit-action-${{ github.run_id }}-${{ github.job }}
git branch -d push-and-commit-action-${{ github.run_id }}-${{ github.job }} git branch -d push-and-commit-action-${{ github.run_id }}-${{ github.job }}
git push "${{ inputs.remote_repository }}" "$CURRENT_BRANCH:$TARGET_BRANCH" --follow-tags $FORCE $TAGS if [[ `git status --porcelain` ]]; then
git push "${{ inputs.remote_repository }}" "$CURRENT_BRANCH:$TARGET_BRANCH" --follow-tags $FORCE $TAGS
else
echo "No changes"
fi
shell: bash shell: bash
branding: branding: