From 7609c911803bdd1b372ba77e2c48cc78dc649e18 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Thu, 17 Oct 2024 17:23:48 +0400 Subject: [PATCH] do not commit sync-boilerplate-cha github action to cha --- .github/workflows/sync-boilerplate-cha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-boilerplate-cha.yaml b/.github/workflows/sync-boilerplate-cha.yaml index 02f8007..47f2d03 100644 --- a/.github/workflows/sync-boilerplate-cha.yaml +++ b/.github/workflows/sync-boilerplate-cha.yaml @@ -82,7 +82,7 @@ jobs: run: | cd ../create-hyperweb-app git add . - git restore --staged templates/hyperweb/CHANGELOG.md + git restore --staged templates/hyperweb/CHANGELOG.md templates/hyperweb/.github/workflows/sync-boilerplate-cha.yaml if ! git diff-index --quiet HEAD; then SHORT_HASH="${{ steps.git_hash.outputs.git_hash }}" NEW_BRANCH="sync/hyperweb-boilerplate-update-${SHORT_HASH}-$(date +%Y%m%d%H%M)"