We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f26d90 commit f52ff61Copy full SHA for f52ff61
.github/workflows/sync-localazy.yml
@@ -36,7 +36,7 @@ jobs:
36
./tools/localazy/importSupportedLocalesFromLocalazy.py
37
./tools/test/generateAllScreenshots.py
38
- name: Create Pull Request for Strings
39
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
40
with:
41
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
42
commit-message: Sync Strings from Localazy
.github/workflows/sync-sas-strings.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run SAS String script
24
run: ./tools/sas/import_sas_strings.py
25
- name: Create Pull Request for SAS Strings
26
27
28
commit-message: Sync SAS Strings
29
title: Sync SAS Strings
0 commit comments