Skip to content

Commit bd06ffa

Browse files
authored
Update sha
1 parent 9e0d2e3 commit bd06ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-cms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check for Structural Updates
1717
run: |
1818
SUM=$(tree starter/src/main/features | sha256sum)
19-
if [[ "$SUM" != "a55b33d2f191400f501ffa28ff958221c290dc96ee200677a60bf627a2abe25c -" ]]; then
19+
if [[ "$SUM" != "61a96710823a07199ed5190eefd18606a53da448041470371b82d3e844083f9d -" ]]; then
2020
echo "Starter Feature Structure Change Detected!"
2121
echo "New sum: $SUM"
2222
tree starter/src/main/features

0 commit comments

Comments
 (0)