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

Commit 25b6477

Browse files
committedJan 9, 2022
Update Syntax
1 parent 7657208 commit 25b6477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ 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
20+
uses: finnp/create-file-action@master
2121
env:
22-
FILE_NAME: lib/core/services/data_storage.key.dart
22+
FILE_NAME: ./lib/core/services/data_storage.key.dart
2323
FILE_DATA: "part of 'data_storage.dart'; const String secureKey = 'key';"
2424
- name: Generate localization files
2525
run: flutter gen-l10n

0 commit comments

Comments
 (0)
This repository has been archived.