Skip to content

Commit

Permalink
chore: syntax in CLI version workflow (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Nov 22, 2024
1 parent fca5e97 commit b9ac488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-cli-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
mkdir -p ${CLI_INSTALL_PATH}
curl -sL https://docs.akka.io/install-cli.sh | bash -s -- -y -P ${CLI_INSTALL_PATH}
echo ${CLI_INSTALL_PATH} >> ${GITHUB_PATH}
CLI_VERSION=${CLI_INSTALL_PATH}/akka version
CLI_VERSION="${CLI_INSTALL_PATH}/akka version"
echo "CLI_VERSION=${CLI_VERSION}"
echo "CLI_VERSION=${CLI_VERSION}" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit b9ac488

Please sign in to comment.