Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Update Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis committed Jan 9, 2022
1 parent 25b6477 commit 69c79ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Install app dependencies
run: flutter pub get
- name: Create key for data storage
uses: finnp/create-file-action@master
env:
FILE_NAME: ./lib/core/services/data_storage.key.dart
FILE_DATA: "part of 'data_storage.dart'; const String secureKey = 'key';"
uses: finnp/create-file-action@master
env:
FILE_NAME: ./lib/core/services/data_storage.key.dart
FILE_DATA: "part of 'data_storage.dart'; const String secureKey = 'key';"
- name: Generate localization files
run: flutter gen-l10n
- name: Test app
Expand Down

0 comments on commit 69c79ad

Please sign in to comment.