From 2562e7f97a6b0b32cfd1d5057cfe22576111164e Mon Sep 17 00:00:00 2001 From: RyanHolstien Date: Thu, 15 Feb 2024 16:41:04 -0600 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) 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 }}