Skip to content

Commit a71cfd4

Browse files
committed
Update default branch reference to 'main'
1 parent c1d6d98 commit a71cfd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ inputs:
1818
description: >-
1919
The git object to diff against when running pronto. Use this if you have a
2020
specific branch you'd like to always use as a target for the diff to be reviewed
21-
and that branch is not master. This defaults to origin/master or the target
21+
and that branch is not main. This defaults to origin/main or the target
2222
of the pull request being opened (when the event is pull_request).
2323
required: false
2424
default: >-
25-
origin/master
25+
origin/main
2626
runs:
2727
using: docker
2828
image: "docker://ghcr.io/apptweak/pronto-ruby:use_head_commit"

0 commit comments

Comments
 (0)