Skip to content

Commit 4cc561e

Browse files
committed
DEVOPS-00: bring back unshallow
1 parent 5bcee99 commit 4cc561e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ runs:
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v3
28+
- name: Ensure full commit history
29+
run: |
30+
cd $GITHUB_WORKSPACE
31+
git pull --unshallow
32+
shell: bash
2833
- name: Detect Previous Version
2934
id: previous-version
3035
run: |

0 commit comments

Comments
 (0)