This commit is contained in:
Lucas Gravley 2020-01-09 13:50:54 -06:00
parent 411dd8373d
commit bca60c86ea

View file

@ -35,9 +35,9 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
- uses: actions/checkout@v2
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
######################
# Run Removal script #