Skip to content

Commit

Permalink
Update nctl-scan-terraform.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 authored Jan 16, 2025
1 parent 4e72ead commit dbc5b1a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/nctl-scan-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ jobs:
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

- name: Check out repository code
uses: actions/checkout@v4
- name: Checkout PR branch
uses: actions/checkout@v3
with:
# Checks out the repository linked to the PR
repository: ${{ github.event.pull_request.head.repo.full_name }}
# Checks out the branch from the PR
ref: ${{ github.event.pull_request.head.ref }}

- name: nctl-scan-installer
uses: nirmata/[email protected]
Expand Down

0 comments on commit dbc5b1a

Please sign in to comment.