Skip to content

Commit

Permalink
fix: actions/checkout does not clone all history
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Nov 20, 2023
1 parent d332fdc commit 330ca9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ runs:
working-directory: ${{ github.action_path }}
- name: Clone repo into github.workspace
uses: actions/checkout@v4
with:
fetch-depth: 0
if: ${{ steps.check_size.outputs.should_api != 'true' }}
- name: Run program
env:
Expand Down

0 comments on commit 330ca9b

Please sign in to comment.