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 19b5325 commit 25617c6Copy full SHA for 25617c6
action.yml
@@ -35,7 +35,7 @@ runs:
35
steps:
36
- run: |
37
wget https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-develop.tar.gz
38
- tar zxf coderrect-linux-hpc-develop.tar.gz
+ tar zxf coderrect-linux-develop.tar.gz
39
echo "$PWD/coderrect-linux-develop/bin" >> $GITHUB_PATH
40
cd ${{ inputs.buildPath }}
41
${{ inputs.cleanCommand }}
0 commit comments