Skip to content

Commit 7609c91

Browse files
committed
do not commit sync-boilerplate-cha github action to cha
1 parent c81b900 commit 7609c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-boilerplate-cha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
cd ../create-hyperweb-app
8484
git add .
85-
git restore --staged templates/hyperweb/CHANGELOG.md
85+
git restore --staged templates/hyperweb/CHANGELOG.md templates/hyperweb/.github/workflows/sync-boilerplate-cha.yaml
8686
if ! git diff-index --quiet HEAD; then
8787
SHORT_HASH="${{ steps.git_hash.outputs.git_hash }}"
8888
NEW_BRANCH="sync/hyperweb-boilerplate-update-${SHORT_HASH}-$(date +%Y%m%d%H%M)"

0 commit comments

Comments
 (0)