Skip to content

Commit

Permalink
Merge pull request #3164 from splunk/appinspect_tweak
Browse files Browse the repository at this point in the history
Small tweak about what ref to checkout
  • Loading branch information
ljstella authored Oct 16, 2024
2 parents 7192fca + abb4f33 commit ef7c969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appinspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Check out the repository code
uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit ef7c969

Please sign in to comment.