Skip to content

Commit 9361c44

Browse files
authored
Update action.yml
1 parent 1007c1b commit 9361c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
wget https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-hpc-0.9.1.tar.gz
3434
tar zxf coderrect-linux-hpc-0.9.1.tar.gz
3535
echo "$PWD/coderrect-linux-hpc-0.9.1/bin" >> $GITHUB_PATH
36-
${{ input.cleanCommand }}
36+
${{ inputs.cleanCommand }}
3737
shell: bash
3838
- run: coderrect ${{ inputs.options }} ${{ inputs.buildCommand }}
3939
shell: bash

0 commit comments

Comments
 (0)