From 8cbfef4b441b12ec80f525c46429caa0ad387b33 Mon Sep 17 00:00:00 2001 From: hlts2 Date: Wed, 1 Oct 2025 17:39:08 +0900 Subject: [PATCH 1/3] fix: add debug civo cli installation Signed-off-by: hlts2 --- .github/workflows/civo-cli.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/civo-cli.yaml diff --git a/.github/workflows/civo-cli.yaml b/.github/workflows/civo-cli.yaml new file mode 100644 index 0000000..becd013 --- /dev/null +++ b/.github/workflows/civo-cli.yaml @@ -0,0 +1,13 @@ +name: Civo CLI + +on: + - pull_request + +jobs: + civo-cli-test: + runs-on: ubuntu-latest + steps: + - name: Install civo + uses: civo/action-civo@master + with: + token: "TODO" From 13daff4a72fc307be5fdfbf7148466e0b4b32340 Mon Sep 17 00:00:00 2001 From: hlts2 Date: Wed, 1 Oct 2025 17:59:43 +0900 Subject: [PATCH 2/3] fix: add debug civo cli installation Signed-off-by: hlts2 --- .github/workflows/civo-cli.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/civo-cli.yaml b/.github/workflows/civo-cli.yaml index becd013..5434e79 100644 --- a/.github/workflows/civo-cli.yaml +++ b/.github/workflows/civo-cli.yaml @@ -11,3 +11,7 @@ jobs: uses: civo/action-civo@master with: token: "TODO" + - name: Install civo + uses: civo/action-civo@v1.0.1 + with: + token: "TODO" From f63c6cf57a78c1093a12280e8acb05ece201920d Mon Sep 17 00:00:00 2001 From: hlts2 Date: Wed, 1 Oct 2025 18:04:03 +0900 Subject: [PATCH 3/3] fix: add debug civo cli installation Signed-off-by: hlts2 --- .github/workflows/civo-cli.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/civo-cli.yaml b/.github/workflows/civo-cli.yaml index 5434e79..7627f22 100644 --- a/.github/workflows/civo-cli.yaml +++ b/.github/workflows/civo-cli.yaml @@ -11,7 +11,4 @@ jobs: uses: civo/action-civo@master with: token: "TODO" - - name: Install civo - uses: civo/action-civo@v1.0.1 - with: - token: "TODO" + version: v1.4.3