Skip to content

Commit b173fa5

Browse files
deigastevehipwell
andauthored
Update github/resource_github_organization_ruleset_test.go
Co-authored-by: Steve Hipwell <[email protected]>
1 parent 376eb20 commit b173fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_organization_ruleset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ resource "github_organization_ruleset" "test" {
116116
required_workflows {
117117
do_not_enforce_on_create = true
118118
required_workflow {
119-
path = "%[3]s"
119+
path = github_repository_file.workflow_file.path
120120
repository_id = github_repository.test.repo_id
121121
ref = "main" # Default ref is master
122122
}

0 commit comments

Comments
 (0)