Skip to content

Commit

Permalink
Merge pull request #15 from blockjoy/bug/fix-detect-changes
Browse files Browse the repository at this point in the history
Fixed detect-changes
  • Loading branch information
mateipopa authored Dec 23, 2024
2 parents 071c546 + a9a55c2 commit c883b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0 # Fetch all history for all tags and branches

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45
with:
since_last_remote_commit: true
fetch_depth: 0

- name: List all changed files
env:
Expand Down

0 comments on commit c883b9f

Please sign in to comment.