Skip to content

Commit

Permalink
set branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed May 29, 2024
1 parent 1bc333d commit 710a0f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/handler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
ref: ${{ github.event.client_payload.pull_request.head.sha }}
persist-credentials: false

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
Expand Down

0 comments on commit 710a0f6

Please sign in to comment.