We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81b900 commit 7609c91Copy full SHA for 7609c91
.github/workflows/sync-boilerplate-cha.yaml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
cd ../create-hyperweb-app
84
git add .
85
- git restore --staged templates/hyperweb/CHANGELOG.md
+ git restore --staged templates/hyperweb/CHANGELOG.md templates/hyperweb/.github/workflows/sync-boilerplate-cha.yaml
86
if ! git diff-index --quiet HEAD; then
87
SHORT_HASH="${{ steps.git_hash.outputs.git_hash }}"
88
NEW_BRANCH="sync/hyperweb-boilerplate-update-${SHORT_HASH}-$(date +%Y%m%d%H%M)"
0 commit comments