Skip to content

Commit

Permalink
Fix translate wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Egsago-n committed Mar 20, 2024
1 parent 969ce9c commit 82576b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
git add .
git commit -m "Automatic translation"
- name: Create pull request
run: gh pr create -B base_branch -H branch_to_merge --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push changes to 3.7 branch
uses: ad-m/github-push-action@master
with:
branch: py-3.7
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 82576b4

Please sign in to comment.