Skip to content

Commit 376eb20

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

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

github/resource_github_organization_ruleset_test.go

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,17 @@ resource "github_repository_file" "workflow_file" {
2929
repository = github_repository.test.name
3030
branch = "main"
3131
file = "%[3]s"
32-
content = "name: Echo Workflow\n\non: [pull_request]\n\njobs:\n echo:\n runs-on: linux\n steps:\n - run: echo \"Hello, world!\"\n"
32+
content = <<EOT
33+
name: Echo Workflow
34+
35+
on: [pull_request]
36+
37+
jobs:
38+
echo:
39+
runs-on: linux
40+
steps:
41+
- run: echo \"Hello, world!\"
42+
EOT
3343
commit_message = "Managed by Terraform"
3444
commit_author = "Terraform User"
3545
commit_email = "[email protected]"

0 commit comments

Comments
 (0)