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 1007c1b commit 9361c44Copy full SHA for 9361c44
action.yml
@@ -33,7 +33,7 @@ runs:
33
wget https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-hpc-0.9.1.tar.gz
34
tar zxf coderrect-linux-hpc-0.9.1.tar.gz
35
echo "$PWD/coderrect-linux-hpc-0.9.1/bin" >> $GITHUB_PATH
36
- ${{ input.cleanCommand }}
+ ${{ inputs.cleanCommand }}
37
shell: bash
38
- run: coderrect ${{ inputs.options }} ${{ inputs.buildCommand }}
39
0 commit comments