switch pull request action

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-13 06:41:38 +01:00
parent aaf131dcb4
commit 29d996bb9f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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'