Skip to content

Commit

Permalink
resolve ownership error
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Apr 2, 2024
1 parent 093f150 commit f930789
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/localization_strings_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Generate intl_translation
run: dart run intl_translation:extract_to_arb --locale=en --output-file='./lib/l10n/messages_en.arb' ./lib/Frontend/intnDefs.dart
- name: Stage Changes
run: git config user.email "github-actions[bot]@users.noreply.github.com" && git config user.name "github-actions[bot]" && git add lib/l10n/messages_en.arb;
run: git config user.email "github-actions[bot]@users.noreply.github.com" && git config user.name "github-actions[bot]" && git add lib/l10n/messages_en.arb && git config --global --add safe.directory /github/workspace
- name: Push
uses: actions-x/commit@v2
with:
Expand Down
1 change: 0 additions & 1 deletion lib/Frontend/intnDefs.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:intl/intl.dart';

//
//generate file for translation. Run when adding new translations
//dart run intl_translation:extract_to_arb --locale=en --output-file='./lib/l10n/messages_en.arb' ./lib/Frontend/intnDefs.dart
//convert to dart
Expand Down

0 comments on commit f930789

Please sign in to comment.