diff --git a/.github/workflows/verify-templating.yml b/.github/workflows/verify-templating.yml index 59178af..1631af9 100644 --- a/.github/workflows/verify-templating.yml +++ b/.github/workflows/verify-templating.yml @@ -11,14 +11,10 @@ defaults: jobs: apply-templates: - name: Check For Uncommitted Changes + name: Check For Uncomitted Changes runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Discard all uncommitted changes - run: | - git reset --hard HEAD - git clean -fdx - name: Apply Templates run: ./apply-templates.sh - name: Check Git Status