Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7 (#162)
Browse files Browse the repository at this point in the history
* chore(deps): update peter-evans/create-pull-request action to v7

* Update format-if-needed.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
  • Loading branch information
renovate[bot] and stipsan authored Sep 10, 2024
1 parent 6e12024 commit e31a085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
with:
app-id: ${{ secrets.ECOSCRIPT_APP_ID }}
private-key: ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
- uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `pnpm format` 🧑‍💻
branch: actions/format
commit-message: 'chore(format): 🤖 ✨'
delete-branch: true
labels: 🤖 bot
sign-commits: true
title: 'chore(format): 🤖 ✨'
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit e31a085

Please sign in to comment.