Skip to content

Commit

Permalink
fix typo in console output (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimjor authored Apr 11, 2024
1 parent caa5e3c commit 0037b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ runs:
curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh" | sh
chmod +x $GITHUB_WORKSPACE/bin/crossplane
echo "Crossplaen CLI installed version: $($GITHUB_WORKSPACE/bin/crossplane --version)"
echo "Crossplane CLI installed version: $($GITHUB_WORKSPACE/bin/crossplane --version)"
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
echo "$RUNNER_WORKSPACE/$(basename $GITHUB_REPOSITORY)/bin" >> $GITHUB_PATH

0 comments on commit 0037b9f

Please sign in to comment.