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 acc92d0 commit e8d065fCopy full SHA for e8d065f
base-branch-filter/README.md
@@ -24,7 +24,7 @@ action "merged-prs-filter" {
24
25
# Then we use this filter to ensure the branch matches "master".
26
action "base-branch-filter" {
27
- uses = "hashicorp/terraform-github-actions/base-branc-filter@master"
+ uses = "hashicorp/terraform-github-actions/base-branch-filter@master"
28
# We set args to our regex.
29
args = "^master$"
30
needs = "merged-prs-filter"
0 commit comments