We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086c1be commit bd2c8f9Copy full SHA for bd2c8f9
.github/workflows/gdrive_folder_v2.yaml
@@ -60,7 +60,10 @@ jobs:
60
# │ GET CONTENTS OF CURRENT REPO │
61
# ╰───────────────────────────────────────────────────────╯
62
- name: 🎛️ SETUP - Checkout Repo
63
- uses: actions/checkout@v3
+ - uses: actions/checkout@v3
64
+ with:
65
+ repository: google/mediapipe
66
+ fetch-depth: 1
67
68
69
# ╭───────────────────────────────────────────────────────╮
0 commit comments