Skip to content

Commit 6ecfd59

Browse files
authored
fix: Fix broken unit test (#86)
1 parent 77ea7bc commit 6ecfd59

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
pull-requests: write
6363
runs-on: ubuntu-latest
6464
steps:
65+
- name: Checkout code
66+
uses: actions/checkout@v5
6567
- name: Prepare a release
6668
uses: googleapis/release-please-action@v4
6769
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ working OIDC connection between GitHub Actions and AWS.
2424
```terraform
2525
module "oidc_github" {
2626
source = "unfunco/oidc-github/aws"
27-
version = "1.8.1"
27+
version = "1.8.1" # x-release-please-version
2828
2929
github_repositories = [
3030
"org/repo",

oidc-github.tftest.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ run "create_oidc_provider_only" {
2525
create = true
2626
create_iam_role = false
2727
create_oidc_provider = true
28+
github_repositories = ["unfunco/terraform-aws-oidc-github"]
2829
}
2930

3031
command = plan

0 commit comments

Comments
 (0)