From 135d92932f732d34ddfd2cfeb7067d324473405a Mon Sep 17 00:00:00 2001 From: Chris-godz <97298936+Chris-godz@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:51:38 +0800 Subject: [PATCH] Update verify-templating.yml --- .github/workflows/verify-templating.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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