Skip to content

Commit

Permalink
Merge pull request #148 from runatlantis/d-costa/ci
Browse files Browse the repository at this point in the history
fix: add repository to checkout step in ci.yml
  • Loading branch information
d-costa authored Apr 6, 2024
2 parents 406c47e + 7dab371 commit d29519c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

# Run a couple of native Terraform checks
- uses: hashicorp/setup-terraform@v3
Expand Down

0 comments on commit d29519c

Please sign in to comment.