Skip to content

Commit

Permalink
set checkout to be "deep" so date created can be fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 29, 2024
1 parent 88ab442 commit 64fce20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: '0' # 0 is Fetch all history for git

- name: Setup Deno environment
# Downloads deno and caches it
Expand Down

0 comments on commit 64fce20

Please sign in to comment.