modified docs/tutorials/cicd Github Action's install path to follow download_cli script (#5240)

Signed-off-by: vietbui99 <buiquocviet99@gmail.com>
This commit is contained in:
Viet Bui
2025-10-21 16:34:36 -04:00
committed by GitHub
parent e774bf883a
commit 326c1b09bd
+2 -2
View File
@@ -69,7 +69,7 @@ jobs:
run: |
mkdir -p /home/runner/.local/bin
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh \
| CONFIGURE=false INSTALL_PATH=/home/runner/.local/bin bash
| CONFIGURE=false GOOSE_BIN_DIR=/home/runner/.local/bin bash
echo "/home/runner/.local/bin" >> $GITHUB_PATH
- name: Configure Goose
@@ -159,7 +159,7 @@ steps:
run: |
mkdir -p /home/runner/.local/bin
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh \
| CONFIGURE=false INSTALL_PATH=/home/runner/.local/bin bash
| CONFIGURE=false GOOSE_BIN_DIR=/home/runner/.local/bin bash
echo "/home/runner/.local/bin" >> $GITHUB_PATH
- name: Configure Goose