mirror of
https://github.com/italicsjenga/actions-test.git
synced 2025-01-09 17:01:41 +11:00
statuses
This commit is contained in:
parent
b9250ec2d2
commit
a76512852b
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