Skip to content

Commit a3ce69b

Browse files
authored
chore: Fix Generate Bindings CI (#525)
* Check what folder we're in * Make sure we're in the repo folder when running git diff. Additionally, make sure git knows this directory is safe
1 parent 646844f commit a3ce69b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-bindings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
7474
- name: Submit PR
7575
run: |
76+
cd $GITHUB_WORKSPACE
77+
git config --global --add safe.directory $GITHUB_WORKSPACE
7678
if git diff --exit-code; then
7779
exit 0
7880
fi

0 commit comments

Comments
 (0)