Skip to content

Commit

Permalink
Update peter-evans/create-pull-request@v6
Browse files Browse the repository at this point in the history
This fix a [bug](peter-evans/create-pull-request#2790) that occurs on PR creation when the "same" pull request already exist.
  • Loading branch information
AiroPi committed Mar 16, 2024
1 parent d020f69 commit 058566a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-download.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ steps.generate-token.outputs.token }}
commit-message: "PO files added."
Expand Down

0 comments on commit 058566a

Please sign in to comment.