mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-27 19:58: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
|
- 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user