Skip to content

Commit

Permalink
Fix feature branch workflow (#58)
Browse files Browse the repository at this point in the history
* Fix feature branch workflow

* Update main.tf
  • Loading branch information
goruha authored Apr 3, 2024
1 parent 1b868ee commit 8dafb1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- release/v*
types: [opened, synchronize, reopened, labeled, unlabeled]
types: [opened, synchronize, reopened]

permissions:
pull-requests: write
Expand Down
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ resource "random_integer" "example" {
}
}



locals {
example = format("%v %v", var.example, join("", random_integer.example[*].result))
}

0 comments on commit 8dafb1f

Please sign in to comment.