Redo changes
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
# Set Git safe directory for Flutter path
|
||||
git config --global --add safe.directory "$(pwd)/flutter"
|
||||
# Set Flutter path
|
||||
echo "$(pwd)/flutter/bin" >> $GITHUB_PATH
|
||||
echo "$(pwd)/flutter/bin" >> $GITEA_PATH
|
||||
|
||||
- name: Get dependencies
|
||||
run: flutter pub get
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
# Set Git safe directory for Flutter path
|
||||
git config --global --add safe.directory "$(pwd)/flutter"
|
||||
# Set Flutter path
|
||||
echo "$(pwd)/flutter/bin" >> $GITHUB_PATH
|
||||
echo "$(pwd)/flutter/bin" >> $GITEA_PATH
|
||||
|
||||
- name: Get dependencies
|
||||
run: flutter pub get
|
||||
@@ -88,7 +88,7 @@ jobs:
|
||||
Update-Version:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Format
|
||||
if: github.ref == 'refs/heads/development'
|
||||
if: gitea.ref == 'refs/heads/development'
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user