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 f5aebca commit 586a809Copy full SHA for 586a809
.github/workflows/pr-code-format.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Set Safe Directory
31
run: |
32
git config --global --add safe.directory '*'
33
+ chown -R root $(pwd)
34
35
- name: Get changed files
36
id: changed-files
0 commit comments