Skip to content

Commit 7c98dab

Browse files
authored
Apply suggestions from code review
1 parent 68ac7a3 commit 7c98dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-data-model-directory-updates.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
check-submodule-update-label-master:
2424
name: Check for changes to data_model directory without a sha update
2525
runs-on: ubuntu-latest
26-
if: "git diff --name-only HEAD^..HEAD data_model/master | grep -q spec_sha"
26+
if: "git diff --name-only HEAD^..HEAD data_model/master/ | grep -q spec_sha"
2727
steps:
2828
- name: Error Message
2929
run: echo This pull request attempts to update data_model directory, but is missing updates to spec_sha file with the latest version of the sha. Files in the data_model directory are generated automatically and should not be updated manually.

0 commit comments

Comments
 (0)