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.
2 parents acc92d0 + e8d065f commit ba3a56cCopy full SHA for ba3a56c
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