Skip to content

Commit

Permalink
Change fetch-depth to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Apr 18, 2023
1 parent 796937c commit 4d6b78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout OPENRNDR repository
uses: actions/checkout@v3
with:
fetch-depth: 1
fetch-depth: 0
repository: openrndr/openrndr
path: ./openrndr
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout OPENRNDR repository
uses: actions/checkout@v3
with:
fetch-depth: 1
fetch-depth: 0
repository: openrndr/openrndr
path: ./openrndr
ref: master
Expand Down

0 comments on commit 4d6b78b

Please sign in to comment.