ci: Use correct push path to trigger pushing strings

This commit is contained in:
oSumAtrIX 2024-06-27 22:47:44 +02:00
parent 3d32cca9cf
commit b8e52e8063
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4
3 changed files with 50 additions and 51 deletions

View file

@ -20,8 +20,8 @@ jobs:
- name: Open pull request
uses: repo-sync/pull-request@v2
with:
destination_branch: 'main'
pr_title: 'chore: ${{ env.MESSAGE }}'
destination_branch: "main"
pr_title: "chore: ${{ env.MESSAGE }}"
pr_body: |
This pull request will ${{ env.MESSAGE }}.

View file

@ -6,7 +6,7 @@ on:
branches:
- dev
paths:
- /src/main/resources/addresources/values/strings.xml
- src/main/resources/addresources/values/strings.xml
jobs:
push:
@ -17,7 +17,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: dev
- name: Push strings
uses: crowdin/github-action@v1