Skip to content

Commit ba3a56c

Browse files
authored
Merge pull request hashicorp#31 from roketworks/patch-1
Fixed typo in base-branch-filter README
2 parents acc92d0 + e8d065f commit ba3a56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-branch-filter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ action "merged-prs-filter" {
2424
2525
# Then we use this filter to ensure the branch matches "master".
2626
action "base-branch-filter" {
27-
uses = "hashicorp/terraform-github-actions/base-branc-filter@master"
27+
uses = "hashicorp/terraform-github-actions/base-branch-filter@master"
2828
# We set args to our regex.
2929
args = "^master$"
3030
needs = "merged-prs-filter"

0 commit comments

Comments
 (0)