Skip to content

Commit f9fabc1

Browse files
authored
fix: remove wrong formatting in weekly_download.yml (#319)
1 parent 541968f commit f9fabc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/weekly_download.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
run: |
3131
uv run --no-project dependencies/scripts/download_packages.py download pypi || echo 'Failed to download trusted pypi packages'
3232
uv run --no-project dependencies/scripts/download_packages.py download npm || echo 'Failed to download trusted npm packages'
33-
- name: Configure git
3433
35-
- name: Download packages from trusted sources
34+
- name: Configure git
3635
run: |
3736
git config user.name "github-actions[bot]"
3837
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)