Skip to content

Commit

Permalink
Add greater fetch depth (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjong authored Oct 8, 2024
1 parent 4848708 commit bf35a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerfile_version_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
# Checkout the code
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

# Fetch base branch (e.g., 'main') for comparison
- name: Fetch base branch for comparison
Expand Down

0 comments on commit bf35a00

Please sign in to comment.