We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd4b34 commit e43e894Copy full SHA for e43e894
.github/workflows/phrase-translations-pr.yml
@@ -13,16 +13,16 @@ jobs:
13
- name: Checkout repository
14
uses: actions/checkout@v4
15
with:
16
- ref: master
+ ref: main
17
fetch-depth: 0
18
19
- - name: Reset master branch
+ - name: Reset main branch
20
run: |
21
git fetch origin phrase-translations:phrase-translations
22
git reset --hard phrase-translations
23
24
- name: Create Pull Request
25
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
26
27
title: 'New Phrase Updates'
28
body: 'Update phrase translations'
0 commit comments