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

Commit 69c79ad

Browse files
committed
Update Syntax
1 parent 25b6477 commit 69c79ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Install app dependencies
1818
run: flutter pub get
1919
- name: Create key for data storage
20-
uses: finnp/create-file-action@master
21-
env:
22-
FILE_NAME: ./lib/core/services/data_storage.key.dart
23-
FILE_DATA: "part of 'data_storage.dart'; const String secureKey = 'key';"
20+
uses: finnp/create-file-action@master
21+
env:
22+
FILE_NAME: ./lib/core/services/data_storage.key.dart
23+
FILE_DATA: "part of 'data_storage.dart'; const String secureKey = 'key';"
2424
- name: Generate localization files
2525
run: flutter gen-l10n
2626
- name: Test app

0 commit comments

Comments
 (0)