Skip to content

Commit e8d065f

Browse files
authored
Fixed typo in base-branch-filter README
1 parent acc92d0 commit e8d065f

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)