This commit is contained in:
Lucas Gravley 2020-01-09 13:47:36 -06:00
parent 8ebf5efa97
commit 411dd8373d

View file

@ -35,8 +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: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
###################### ######################
# Run Removal script # # Run Removal script #