Merge pull request #48 from github/test

adding it
This commit is contained in:
Lukas Gravley 2020-01-09 14:08:24 -06:00 committed by GitHub
commit 7a7e60d436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,8 @@ jobs:
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
###################### ######################
# Run Removal script # # Run Removal script #