Skip to content

Commit

Permalink
Fix build workflow diff check
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Nov 10, 2024
1 parent fbbd0b1 commit 772de02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch the entire history to ensure 'HEAD^' is resolvable

- name: Debug github refs
run: |
Expand Down

0 comments on commit 772de02

Please sign in to comment.