1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 19:45:51 +02:00

ci(#10336): fetch-depth

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-02 17:00:20 +09:00
committed by GitHub
parent 388ecfb1ea
commit a217344315

View File

@@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v2