Skip to content

Commit

Permalink
Merge branch 'main' into aman/issue-95
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed May 29, 2024
2 parents 3086064 + 49ddc33 commit 812555c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/handler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
working-directory: ./tests/public-dns

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: Create URL to the run output
id: vars
run: echo ::set-output name=run-url::https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
Expand All @@ -35,13 +42,6 @@ jobs:
${{ format(':link: [Action Summary Page]({0})', steps.vars.outputs.run-url) }}
- 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
with:
Expand Down

0 comments on commit 812555c

Please sign in to comment.