From bbac482a6e9907fce926ecc8cac71b1071f8fef6 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 9 Jan 2020 14:07:47 -0600 Subject: [PATCH] adding it --- .github/workflows/cleanup-DEV.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cleanup-DEV.yml b/.github/workflows/cleanup-DEV.yml index 59fc972d..63d46c7a 100644 --- a/.github/workflows/cleanup-DEV.yml +++ b/.github/workflows/cleanup-DEV.yml @@ -36,6 +36,8 @@ jobs: ########################## - name: Checkout Code uses: actions/checkout@v2 + with: + ref: ${{ github.event.pull_request.head.sha }} ###################### # Run Removal script #