Skip to content

Commit

Permalink
build(deps): bump peter-evans/create-pull-request from 6 to 7 in the …
Browse files Browse the repository at this point in the history
…actions group (tiann#2031)
  • Loading branch information
dependabot[bot] authored and LeCmnGend committed Sep 29, 2024
1 parent 9181079 commit 4152988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/add-device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Make pull request
if: steps.handle-add-device.outputs.success == 'true'
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "[add device]: ${{ steps.handle-add-device.outputs.device }}"
Expand All @@ -37,6 +37,7 @@ jobs:
branch: "add-device-${{ github.event.issue.number }}"
labels: add-device
delete-branch: true
sign-commits: true
- name: Check outputs
if: ${{ steps.cpr.outputs.pull-request-number }}
run: |
Expand Down

0 comments on commit 4152988

Please sign in to comment.