mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
ci(build): remove environment on PR build
This commit is contained in:
parent
8e3ba88318
commit
48a10440fe
1 changed files with 0 additions and 4 deletions
4
.github/workflows/pull-request-build.yml
vendored
4
.github/workflows/pull-request-build.yml
vendored
|
@ -20,10 +20,6 @@ jobs:
|
|||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'stable'
|
||||
- name: Set environment variables
|
||||
run: echo $SECRETS | base64 -d > lib/utils/environment.dart
|
||||
env:
|
||||
SECRETS: ${{ secrets.SECRETS }}
|
||||
- name: Set up Flutter
|
||||
run: flutter pub get
|
||||
- name: Generate files with Builder
|
||||
|
|
Loading…
Reference in a new issue