Skip to content

Commit

Permalink
do not commit sync-boilerplate-cha github action to cha
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 17, 2024
1 parent c81b900 commit 7609c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-boilerplate-cha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 7609c91

Please sign in to comment.