Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Sep 16, 2024
1 parent 79486b2 commit 20821ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/locale_po_to_json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
PGPASSWORD: smartvm
RAILS_ENV: i18n
SKIP_TEST_RESET: true
SKIP_DATABASE_SETUP: true
steps:
- uses: actions/checkout@v4
- name: Set up system
Expand All @@ -38,22 +37,20 @@ jobs:
run: bin/setup
- name: Install gettext for msgfmt --check support
run: sudo apt-get install -y gettext
- name: Setup database
run: bundle exec rake app:evm:db:reset
- name: Run app:locale:po_to_json
run: bundle exec rake app:locale:po_to_json
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
add-paths: |
app/javascript/oldjs/locale
commit-message: Update UI json translation files ${{github.event.repository.updated_at}}
commit-message: Update UI json translation files
branch: update_ui_json_translation_files
author: ManageIQ Bot <bot@manageiq.org>
committer: ManageIQ Bot <bot@manageiq.org>
delete-branch: true
labels: internationalization
push-to-fork: ManageIQ/manageiq-ui-classic
title: Update UI json translation files ${{github.event.repository.updated_at}}
title: Update UI json translation files
body: Update UI json translation files
token: ${{ secrets.PR_TOKEN }}

0 comments on commit 20821ce

Please sign in to comment.