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 9e0d2e3 commit bd06ffaCopy full SHA for bd06ffa
.github/workflows/sync-cms.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Check for Structural Updates
17
run: |
18
SUM=$(tree starter/src/main/features | sha256sum)
19
- if [[ "$SUM" != "a55b33d2f191400f501ffa28ff958221c290dc96ee200677a60bf627a2abe25c -" ]]; then
+ if [[ "$SUM" != "61a96710823a07199ed5190eefd18606a53da448041470371b82d3e844083f9d -" ]]; then
20
echo "Starter Feature Structure Change Detected!"
21
echo "New sum: $SUM"
22
tree starter/src/main/features
0 commit comments