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 ba3e6a2 commit a40ffc9Copy full SHA for a40ffc9
.github/workflows/update-blog-dashboard-test.yml
@@ -19,11 +19,9 @@ jobs:
19
- name: Clone the 2024-25 PEY archive repo (shallow clone)
20
run: git clone --depth 1 https://github.com/sadmanca/2024-25-pey-archive pey-archive
21
22
- - name: Clone the blog repo (shallow clone)
+ - name: Clone the blog repo
23
run: |
24
- git clone --depth 1 https://github.com/sadmanca/blog blog-repo
25
- cd blog-repo
26
- git fetch --all --depth 1
+ git clone https://github.com/sadmanca/blog blog-repo
27
28
- name: Checkout pey-2024-test branch in blog repo
29
0 commit comments