Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 00df164

Browse files
authored
Update import_packages.yml
1 parent b037966 commit 00df164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/import_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if [ "${{ github.event.inputs.enable_artifact_download }}" == "true" ]; then
6060
python scripts/import_packages.py
6161
else
62-
python scripts/import_packages.py --restore_backup False
62+
python scripts/import_packages.py --restore-backup False
6363
fi
6464
6565
- name: 'Upload Backup Files'

0 commit comments

Comments
 (0)