We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02f149 commit 0298372Copy full SHA for 0298372
.github/workflows/build.yml
@@ -17,13 +17,13 @@ jobs:
17
run: |
18
git config user.name 'github-actions[bot]'
19
git config user.email 'github-actions[bot]@users.noreply.github.com'
20
- git checkout -b rebuild/${{ github.job }}
+ git checkout -b build-data
21
rm -rf data
22
uv run scripts/fetch_data.py
23
uv run scripts/build_csvs.py
24
git add .
25
git commit -m "feat: update source data and csvs"
26
- git push -u origin
+ git push -u origin build-data
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
PYTHONUNBUFFERED: "1"
0 commit comments