Skip to content

Commit

Permalink
fix: add repository to checkout step in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-costa committed Apr 6, 2024
1 parent 406c47e commit 7dab371
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 7dab371

Please sign in to comment.