Skip to content

Commit 4dfa474

Browse files
authored
Set the correct commit author for mozilla cert workflow (#19896)
1 parent 42da90e commit 4dfa474

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update-mozilla-ca-cert.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ jobs:
3232
passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }}
3333

3434
- name: Create Pull Request if cacert.pem changed
35-
uses: peter-evans/create-pull-request@v6
35+
uses: peter-evans/create-pull-request@v7
3636
with:
37+
base: main
3738
commit-message: "Update cacert.pem from Mozilla CA bundle"
3839
title: "Update cacert.pem from Mozilla CA bundle"
3940
body: "Automated update of cacert.pem from https://curl.se/ca/cacert.pem."
4041
branch: update-cacert-pem
4142
add-paths: chia/ssl/cacert.pem
43+
delete-branch: true
44+
committer: "ChiaAutomation <[email protected]>"
45+
author: "ChiaAutomation <[email protected]>"

0 commit comments

Comments
 (0)