switch pull request action
This commit is contained in:
parent
aaf131dcb4
commit
29d996bb9f
1 changed files with 5 additions and 7 deletions
12
.github/workflows/update-flake.yaml
vendored
12
.github/workflows/update-flake.yaml
vendored
|
@ -25,12 +25,10 @@ jobs:
|
|||
run: cd matrix/matrix-media-repo && ./update.sh
|
||||
- name: Run nix formatter
|
||||
run: nix fmt
|
||||
- run: git add .
|
||||
- name: Commit and push
|
||||
uses: technote-space/create-pr-action@v2
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
COMMIT_MESSAGE: "Update everything"
|
||||
COMMIT_NAME: "GitHub Actions[bot]"
|
||||
COMMIT_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
PR_BRANCH_NAME: 'chore-update-${PR_ID}'
|
||||
PR_TITLE: 'chore: update everything'
|
||||
commit-message: "Automatic Update"
|
||||
committer: "GitHub Actions[bot] <41898282+github-actions[bot]@users.noreply.github.com"
|
||||
author: "GitHub Actions[bot] <41898282+github-actions[bot]@users.noreply.github.com"
|
||||
title: Run automatic update
|
||||
|
|
Reference in a new issue