mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Fix daily alpha workflow not having enough commits
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
2b721ab1c9
commit
d1fe1b5ed3
1
.github/workflows/daily-alpha.yml
vendored
1
.github/workflows/daily-alpha.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user