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 25617c6 commit d0a21d8Copy full SHA for d0a21d8
action.yml
@@ -15,7 +15,7 @@ inputs:
15
required: false
16
default: "make clean"
17
buildPath:
18
- description: "The relative for your build directory"
+ description: "The relative path for your build directory"
19
20
default: "."
21
host:
@@ -34,7 +34,7 @@ runs:
34
using: composite
35
steps:
36
- run: |
37
- wget https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-develop.tar.gz
+ wget -q https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-develop.tar.gz
38
tar zxf coderrect-linux-develop.tar.gz
39
echo "$PWD/coderrect-linux-develop/bin" >> $GITHUB_PATH
40
cd ${{ inputs.buildPath }}
0 commit comments