Skip to content

Commit e26f369

Browse files
committed
fix(workflow): Improve installer download command with progress display
- Remove switches of "verbose output" mode since it's TOO noisy - Add progress display to the installer download command Signed-off-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com>
1 parent 4c51b79 commit e26f369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PackageInspector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Download the installer file
2525
shell: bash
26-
run: wget -v -O "installer.${{ inputs.extension }}" "${{ inputs.url }}"
26+
run: wget --show-progress -O "installer.${{ inputs.extension }}" "${{ inputs.url }}"
2727
- name: Inspect with Komac
2828
uses: michidk/run-komac@v2.1.0
2929
with:

0 commit comments

Comments
 (0)