Cleaned and refreshed node modules with npm

Added a check for a debug flag so that we can checkout and run actions during release
This commit is contained in:
Drew Heavner
2020-11-15 14:04:10 -05:00
parent 6079bfc827
commit 67dceb4e04
574 changed files with 7314 additions and 5227 deletions
+5
View File
@@ -14,6 +14,11 @@ jobs:
- name: Run Tests
run: npm run test
- name: Verify Checkout
uses: ./
env:
DEBUG_ACTION: true
- name: Update v1 Tag
uses: hole19/git-tag-action@master
env: