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

View File

@@ -58,7 +58,7 @@ dependencies:
# Utils # Utils
equatable: ^2.0.5 equatable: ^2.0.5
url_launcher: ^6.3.2 url_launcher: ^6.3.2
auto_route: ^8.3.0 auto_route: ^8.1.0
# File operations and path management # File operations and path management
path_provider: ^2.1.4 path_provider: ^2.1.4
permission_handler: ^11.3.1 permission_handler: ^11.3.1