We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45273ee + c3d050f commit eebcdc8Copy full SHA for eebcdc8
1 file changed
.github/workflows/format.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v3
14
with:
15
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PAT_TOKEN }}
16
fetch-depth: 0 # Ensure full history is available
17
18
- name: Install clang-format
0 commit comments