Skip to content

Commit f202ac2

Browse files
authored
Update .github/workflows/check-data-model-directory-updates.yaml
1 parent 7c98dab commit f202ac2

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
@@ -32,7 +32,7 @@ jobs:
3232
check-submodule-update-label-1-3:
3333
name: Check for changes to data_model directory without a sha update
3434
runs-on: ubuntu-latest
35-
if: "git diff --name-only HEAD^..HEAD data_model/1.3 | grep -q spec_sha"
35+
if: "git diff --name-only HEAD^..HEAD data_model/1.3/ | grep -q spec_sha"
3636
steps:
3737
- name: Error Message
3838
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)