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