Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriof7 committed Feb 4, 2025
1 parent d8bedc2 commit 52955fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT }} # Use your custom token
fetch-depth: 1 # Only the latest snapshot is needed
token: ${{ secrets.GH_PAT }}
fetch-depth: 1
persist-credentials: true

- name: Install Clang-Format
Expand Down

0 comments on commit 52955fe

Please sign in to comment.