Skip to content

Commit b0f4763

Browse files
added arguments
1 parent 9d0912c commit b0f4763

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/Build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
2626
27-
- name: Run Python script
28-
run: python advanced_disk_manager.py
27+
- name: Run Python script (health check on disk C)
28+
run: python advanced_disk_manager.py --action healthcheck --disk C:
29+
30+
# Example of formatting a disk (E:) with NTFS and label 'MyDrive'
31+
- name: Run Python script (format disk E)
32+
run: python advanced_disk_manager.py --action format --disk E: --fs NTFS --label MyDrive
33+

0 commit comments

Comments
 (0)