Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
🩹 checkoutするブランチ指定
Browse files Browse the repository at this point in the history
  • Loading branch information
ikura-hamu committed Jul 4, 2024
1 parent 5585159 commit 800517c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
Expand Down
2 changes: 1 addition & 1 deletion modules/teams/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "github_team_members" "team_members" {
dynamic "members" {
for_each = toset(var.members)
content {
username = members.value
username = members.value
role = "member"
}
}
Expand Down

0 comments on commit 800517c

Please sign in to comment.