|
@@ -17,6 +17,8 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v4
|
|
uses: actions/checkout@v4
|
|
|
|
+ with:
|
|
|
|
+ fetch-depth: 0
|
|
- name: Install Git
|
|
- name: Install Git
|
|
run: sudo apt-get update && sudo apt-get install -y git
|
|
run: sudo apt-get update && sudo apt-get install -y git
|
|
- uses: actions/setup-node@v4
|
|
- uses: actions/setup-node@v4
|