Skip to content

Commit d0a21d8

Browse files
committed
fix typo and set wget to quite
1 parent 25617c6 commit d0a21d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
required: false
1616
default: "make clean"
1717
buildPath:
18-
description: "The relative for your build directory"
18+
description: "The relative path for your build directory"
1919
required: false
2020
default: "."
2121
host:
@@ -34,7 +34,7 @@ runs:
3434
using: composite
3535
steps:
3636
- run: |
37-
wget https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-develop.tar.gz
37+
wget -q https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-develop.tar.gz
3838
tar zxf coderrect-linux-develop.tar.gz
3939
echo "$PWD/coderrect-linux-develop/bin" >> $GITHUB_PATH
4040
cd ${{ inputs.buildPath }}

0 commit comments

Comments
 (0)