Merge pull request #45 from github/test

try this
This commit is contained in:
Lukas Gravley 2020-01-09 13:51:12 -06:00 committed by GitHub
commit 04289d4929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,8 @@ jobs:
########################## ##########################
- 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/* with:
ref: ${{ github.event.pull_request.head.sha }}
###################### ######################
# Run Removal script # # Run Removal script #