Skip to content

Commit

Permalink
Update checkout ref
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean authored Oct 24, 2024
1 parent 20bfcda commit 4c4c680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.tag_name || github.ref_name }}
ref: ${{ github.event.inputs.tag_name || github.event.pull_request.head.ref }}

- name: Get Metis LCOV
uses: actions/download-artifact@master
Expand Down

0 comments on commit 4c4c680

Please sign in to comment.