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 1d37c32 commit ba3e6a2Copy full SHA for ba3e6a2
.github/workflows/update-blog-dashboard-test.yml
@@ -20,17 +20,15 @@ jobs:
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)
23
- run: git clone --depth 1 https://github.com/sadmanca/blog blog-repo
24
-
25
- - name: Pull latest changes from remote
26
run: |
+ git clone --depth 1 https://github.com/sadmanca/blog blog-repo
27
cd blog-repo
28
- git pull origin pey-2024-test || echo "No changes to pull or merge conflict occurred."
+ git fetch --all --depth 1
29
30
- name: Checkout pey-2024-test branch in blog repo
31
32
33
- git checkout -b pey-2024-test
+ git checkout pey-2024-test
34
35
- name: View git log
36
0 commit comments