Skip to content

Commit

Permalink
ci: Update fetch action depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Nov 23, 2023
1 parent 3b6ba77 commit 4dd8bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 200
fetch-depth: 0 # fetch all history for git describe to work

# - name: Install and run Luacheck
# uses: nebularg/actions-luacheck@v1
Expand Down

0 comments on commit 4dd8bf6

Please sign in to comment.