We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204258c commit 249bf8eCopy full SHA for 249bf8e
.github/workflows/locale_po_to_json.yaml
@@ -42,7 +42,7 @@ jobs:
42
- name: Run app:locale:po_to_json
43
run: bundle exec rake app:locale:po_to_json
44
- name: Create Pull Request
45
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
46
with:
47
add-paths: app/javascript/oldjs/locale
48
commit-message: Update UI json translation files
.github/workflows/yarn_lock.yaml
@@ -29,7 +29,7 @@ jobs:
29
yarn install
30
git diff
31
32
33
34
add-paths: yarn.lock
35
commit-message: Update yarn.lock with latest dependencies
0 commit comments