mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-28 01:18:50 +05:00
fix
This commit is contained in:
1
.github/workflows/gitlab-mirror.yml
vendored
1
.github/workflows/gitlab-mirror.yml
vendored
@@ -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
|
||||
|
||||
@@ -58,7 +58,7 @@ dependencies:
|
||||
# Utils
|
||||
equatable: ^2.0.5
|
||||
url_launcher: ^6.3.2
|
||||
auto_route: ^8.3.0
|
||||
auto_route: ^8.1.0
|
||||
# File operations and path management
|
||||
path_provider: ^2.1.4
|
||||
permission_handler: ^11.3.1
|
||||
|
||||
Reference in New Issue
Block a user