Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Oct 3, 2024
1 parent 7515de9 commit 72f1eb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ permissions: {}

jobs:
component:
uses: cloudposse/.github/.github/workflows/shared-terraform-component.yml@main
uses: cloudposse-terraform-components/.github/.github/workflows/shared-terraform-component.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ permissions:

jobs:
test:
uses: cloudposse/.github/.github/workflows/shared-terraform-chatops.yml@main
uses: cloudposse-terraform-components/.github/.github/workflows/shared-terraform-chatops.yml@main
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/terratest') }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:

jobs:
component:
uses: cloudposse/.github/.github/workflows/shared-release-branches.yml@main
uses: cloudposse-terraform-components/.github/.github/workflows/shared-release-branches.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:

jobs:
scheduled:
uses: cloudposse/.github/.github/workflows/shared-terraform-scheduled.yml@main
uses: cloudposse-terraform-components/.github/.github/workflows/shared-terraform-scheduled.yml@main
secrets: inherit

0 comments on commit 72f1eb0

Please sign in to comment.