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
|
run: cd matrix/matrix-media-repo && ./update.sh
|
||||||
- name: Run nix formatter
|
- name: Run nix formatter
|
||||||
run: nix fmt
|
run: nix fmt
|
||||||
- run: git add .
|
|
||||||
- name: Commit and push
|
- name: Commit and push
|
||||||
uses: technote-space/create-pr-action@v2
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
COMMIT_MESSAGE: "Update everything"
|
commit-message: "Automatic Update"
|
||||||
COMMIT_NAME: "GitHub Actions[bot]"
|
committer: "GitHub Actions[bot] <41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
COMMIT_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
|
author: "GitHub Actions[bot] <41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
PR_BRANCH_NAME: 'chore-update-${PR_ID}'
|
title: Run automatic update
|
||||||
PR_TITLE: 'chore: update everything'
|
|
||||||
|
|
Reference in a new issue