diff --git a/action.yml b/action.yml index 7794945..ad4fc5a 100644 --- a/action.yml +++ b/action.yml @@ -14,3 +14,4 @@ runs: # Due to https://github.com/actions/checkout/issues/1467, # tags will get fetched automatically on tag events. fetch-tags: ${{ github.event_name != 'release' }} + ref: ${{ github.event.pull_request.head.sha }}