This commit is contained in:
root
2025-10-03 07:49:40 +00:00
parent 66032b681c
commit 8179b39aa4
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ jobs:
- name: Check for differences with GitLab
id: diffcheck
run: |
# Если нет ветки main на GitLab, пушим всегда
if ! git rev-parse gitlab/main >/dev/null 2>&1; then
echo "has_diff=true" >> $GITHUB_OUTPUT
else