This commit is contained in:
Be
2024-03-03 19:22:55 +01:00
parent c45f1cc929
commit 90b30ee14d

View File

@@ -12,7 +12,7 @@ runs:
git diff --staged --quiet || CHANGED=true git diff --staged --quiet || CHANGED=true
if [ -n "${{ env.CUSTOM_BRANCH }}" ]; then if [ -n "${{ env.CUSTOM_BRANCH }}" ]; then
git checkout "${daily_branch}" 2>/dev/null || git checkout -b "${daily_branch}" git checkout "${daily_branch}" 2>/dev/null || git checkout -b "${daily_branch}"
git pull origin "${daily_branch}" #git pull origin "${daily_branch}"
git push --set origin "${daily_branch}" git push --set origin "${daily_branch}"
fi fi
if [ "$CHANGED" = true ]; then if [ "$CHANGED" = true ]; then