We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646844f commit a3ce69bCopy full SHA for a3ce69b
.github/workflows/generate-bindings.yml
@@ -73,6 +73,8 @@ jobs:
73
74
- name: Submit PR
75
run: |
76
+ cd $GITHUB_WORKSPACE
77
+ git config --global --add safe.directory $GITHUB_WORKSPACE
78
if git diff --exit-code; then
79
exit 0
80
fi
0 commit comments