Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #11 from OakvilleDynamics/chore/fix-push-from-action
Browse files Browse the repository at this point in the history
Fix action run triggered by an action
  • Loading branch information
garrettsummerfi3ld authored Feb 5, 2024
2 parents 83d4409 + f561e8d commit 80ae3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

# Setup Java 17
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 80ae3df

Please sign in to comment.