We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a543d18 commit 186a0b9Copy full SHA for 186a0b9
.github/workflows/refresh-fire-truck-locations.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Checkout data branch for data directory
35
run: |
36
- git fetch origin data
+ git fetch --depth=1 origin data
37
git checkout origin/data -- data/ || mkdir -p data
38
39
- name: Fetch and process API data
@@ -63,7 +63,7 @@ jobs:
63
cp -r data/* /tmp/data-backup/
64
65
# Switch to data branch
66
67
git checkout -B data origin/data
68
69
# Restore the generated data files
0 commit comments