Skip to content

Commit

Permalink
use commit instead of add
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Apr 2, 2024
1 parent 6df06bb commit 0e6a3bf
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,6 +20,6 @@ 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 -Am "Update EN language file"
run: git config user.email "github-actions[bot]@users.noreply.github.com" && git config user.name "github-actions[bot]" && git commit -am "Update EN language file"
- name: Push changes
uses: ad-m/github-push-action@master
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 0e6a3bf

Please sign in to comment.