mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
OPS: Fetch history for workflow
This commit is contained in:
parent
d58828ad7e
commit
9436277885
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout project
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # Fetches all history
|
||||
|
||||
- name: Specify node version
|
||||
uses: actions/setup-node@v2-beta
|
||||
|
|
Loading…
Add table
Reference in a new issue