Skip to content

Commit e43e894

Browse files
authored
Update phrase-translations-pr.yml
1 parent 1cd4b34 commit e43e894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phrase-translations-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515
with:
16-
ref: master
16+
ref: main
1717
fetch-depth: 0
1818

19-
- name: Reset master branch
19+
- name: Reset main branch
2020
run: |
2121
git fetch origin phrase-translations:phrase-translations
2222
git reset --hard phrase-translations
2323
2424
- name: Create Pull Request
25-
uses: peter-evans/create-pull-request@v5
25+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
2626
with:
2727
title: 'New Phrase Updates'
2828
body: 'Update phrase translations'

0 commit comments

Comments
 (0)