mirror of
https://github.com/italicsjenga/actions-test.git
synced 2025-01-10 01:11:41 +11:00
commit
fdc3923a93
4
.github/workflows/merge.yml
vendored
4
.github/workflows/merge.yml
vendored
|
@ -17,8 +17,12 @@ jobs:
|
|||
# fetch-depth: 0
|
||||
# - name: stinky but
|
||||
# run: git sparse-checkout disable; git checkout origin/main
|
||||
- name: status
|
||||
run: git status
|
||||
- name: deepen tree
|
||||
run: git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no
|
||||
- name: status
|
||||
run: git status
|
||||
# - name: peepee poopoo
|
||||
# run: git checkout --progress --force -B main refs/remotes/origin/main
|
||||
- name: Get git describe for prerelease
|
||||
|
|
Loading…
Reference in a new issue