Skip to content

Commit

Permalink
Fight LF/CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkree committed Jun 11, 2021
1 parent cf948d4 commit a8eeee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/localize_all_objects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Localize all objects
working-directory: .contrib/.tools/Localization
run: python localize_all_objects.py
run: |
python localize_all_objects.py
git add --all
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sync_objects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Sync objects
working-directory: .contrib/.tools/Localization
run: python sync_objects.py
run: |
python sync_objects.py
git add --all
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit a8eeee3

Please sign in to comment.