mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 10:45:41 -04:00
ci: update checkout to not fetch depth 0
This commit is contained in:
4
.github/workflows/deploy-docker-github.yml
vendored
4
.github/workflows/deploy-docker-github.yml
vendored
@@ -235,8 +235,6 @@ jobs:
|
|||||||
- name: '✅ Checkout'
|
- name: '✅ Checkout'
|
||||||
id: task_release_gh_checkout
|
id: task_release_gh_checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# Release › Github › Get Timestamp
|
# Release › Github › Get Timestamp
|
||||||
@@ -490,8 +488,6 @@ jobs:
|
|||||||
- name: '✅ Checkout'
|
- name: '✅ Checkout'
|
||||||
id: task_release_gh_checkout
|
id: task_release_gh_checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# Release › Github › Get Timestamp
|
# Release › Github › Get Timestamp
|
||||||
|
|||||||
Reference in New Issue
Block a user