We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ff8dc commit 03adca9Copy full SHA for 03adca9
.github/workflows/pr-code-format.yml
@@ -21,7 +21,7 @@ jobs:
21
run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - && sudo apt-get install -y clang-format-18
22
23
- name: Add git safe directory
24
- run: git config --global --add safe.directory '*'
+ run: git config --global --add safe.directory '*' && git fetch origin main
25
# This command is used to address potential issues with Git's safe directory feature.
26
# By setting '*' as a safe directory, we allow Git operations to proceed without errors
27
# related to directory safety, ensuring smooth execution of the submodules updating.
0 commit comments