This commit is contained in:
Be
2024-03-03 19:31:01 +01:00
parent 315f9b24b7
commit 0ee038bb04

View File

@@ -10,7 +10,6 @@ runs:
git config --global user.email "${{ env.REPO_OWNER }}@github.com"
if [ -n "${{ env.CUSTOM_BRANCH }}" ]; then
git checkout "${daily_branch}" 2>/dev/null || git checkout -b "${daily_branch}"
#git pull origin "${daily_branch}"
git push --set origin "${daily_branch}"
fi
git add ${{ env.PUSH_FILES }}