We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d6d98 commit a71cfd4Copy full SHA for a71cfd4
action.yml
@@ -18,11 +18,11 @@ inputs:
18
description: >-
19
The git object to diff against when running pronto. Use this if you have a
20
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
+ and that branch is not main. This defaults to origin/main or the target
22
of the pull request being opened (when the event is pull_request).
23
required: false
24
default: >-
25
- origin/master
+ origin/main
26
runs:
27
using: docker
28
image: "docker://ghcr.io/apptweak/pronto-ruby:use_head_commit"
0 commit comments