Skip to content

Commit

Permalink
Update workflow action references to use main branch (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored May 30, 2024
1 parent a792017 commit 4d133b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shared-terraform-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
ci-terraform:
uses: cloudposse/github-actions-workflows/.github/workflows/ci-terraform.yml@shared-workflows
uses: cloudposse/github-actions-workflows/.github/workflows/ci-terraform.yml@main
name: "CI"
with:
# Workaround for https://github.com/community/community/discussions/9099
Expand All @@ -28,15 +28,15 @@ jobs:
runs-on: ${{ inputs.runs-on }}

ci-readme:
uses: cloudposse/github-actions-workflows/.github/workflows/ci-readme.yml@shared-workflows
uses: cloudposse/github-actions-workflows/.github/workflows/ci-readme.yml@main
name: "Readme"
if: ${{ github.event_name == 'push' }}
with:
runs-on: ${{ inputs.runs-on }}
secrets: inherit

ci-codeowners:
uses: cloudposse/github-actions-workflows/.github/workflows/ci-codeowners.yml@shared-workflows
uses: cloudposse/github-actions-workflows/.github/workflows/ci-codeowners.yml@main
name: "CI"
with:
is_fork: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}
Expand Down

0 comments on commit 4d133b0

Please sign in to comment.