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 541968f commit f9fabc1Copy full SHA for f9fabc1
.github/workflows/weekly_download.yml
@@ -30,9 +30,8 @@ jobs:
30
run: |
31
uv run --no-project dependencies/scripts/download_packages.py download pypi || echo 'Failed to download trusted pypi packages'
32
uv run --no-project dependencies/scripts/download_packages.py download npm || echo 'Failed to download trusted npm packages'
33
- - name: Configure git
34
35
- - name: Download packages from trusted sources
+ - name: Configure git
36
37
git config user.name "github-actions[bot]"
38
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments