diff --git a/.github/workflows/validate-sample.yml b/.github/workflows/validate-sample.yml index 2a77abe..09e3139 100644 --- a/.github/workflows/validate-sample.yml +++ b/.github/workflows/validate-sample.yml @@ -16,7 +16,7 @@ jobs: - name: Validate any sample.json file run: | # Find all sample.json files in the pull request - files=$(git diff --name-only origin/main...HEAD | grep 'sample.json$') + files=$(git diff --name-only | grep 'sample.json$') echo "Found sample.json files: $files" # Process each file