Skip to content

Commit 0298372

Browse files
committed
fix: push to branch
1 parent b02f149 commit 0298372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
run: |
1818
git config user.name 'github-actions[bot]'
1919
git config user.email 'github-actions[bot]@users.noreply.github.com'
20-
git checkout -b rebuild/${{ github.job }}
20+
git checkout -b build-data
2121
rm -rf data
2222
uv run scripts/fetch_data.py
2323
uv run scripts/build_csvs.py
2424
git add .
2525
git commit -m "feat: update source data and csvs"
26-
git push -u origin
26+
git push -u origin build-data
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
PYTHONUNBUFFERED: "1"

0 commit comments

Comments
 (0)