Skip to content

Commit

Permalink
update pr creation step
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Jun 3, 2023
1 parent 3f8dd68 commit b169851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "DESCRIPTION=$(git log -1 --pretty=%B | head -n 1)" >> $GITHUB_OUTPUT
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4.2.3
uses: peter-evans/create-pull-request@v5.0.1
with:
token: ${{ secrets.PR_TOKEN }}
branch: downstream/update-microzig
Expand Down

0 comments on commit b169851

Please sign in to comment.