Skip to content

Commit d070c8b

Browse files
committed
logs
1 parent b5d5f89 commit d070c8b

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/diff-js-api-breaking-changes

1 file changed

+2
-0
lines changed

.github/actions/diff-js-api-breaking-changes/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ runs:
1818
SCRATCH_DIR: ${{ runner.temp }}/diff-js-api-breaking-changes
1919
run: |
2020
# Check if the file was changed in this PR, if not, exit early without saving to the output.json
21+
git diff --name-status
22+
git diff --name-status | awk '{print $2}'
2123
git diff --name-status | awk '{print $2}' | grep 'packages/react-native/ReactNativeApi.d.ts' || echo "ReactNativeApi.d.ts not found, exiting" && exit 0
2224
2325
node ./scripts/js-api/diff-api-snapshot \

0 commit comments

Comments
 (0)