From ebf0bf03f0a4876c6ff9d5099448764d4c850a2d Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 14 Oct 2024 18:28:48 +0500 Subject: [PATCH 1/2] chore: explicitly setup terraform CI started failing due to runner images missing terraform --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d0c7090..f8f9439e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: coder/coder/.github/actions/setup-tf - uses: oven-sh/setup-bun@v2 with: bun-version: latest @@ -29,6 +30,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Needed to get tags + - uses: coder/coder/.github/actions/setup-tf - uses: oven-sh/setup-bun@v2 with: bun-version: latest From daa6aa4bf6f3470b63b9090014574ffe425e381b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 15 Oct 2024 18:44:24 +0500 Subject: [PATCH 2/2] use `main` branch --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8f9439e..c5d9c73d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: coder/coder/.github/actions/setup-tf + - uses: coder/coder/.github/actions/setup-tf@main - uses: oven-sh/setup-bun@v2 with: bun-version: latest @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Needed to get tags - - uses: coder/coder/.github/actions/setup-tf + - uses: coder/coder/.github/actions/setup-tf@main - uses: oven-sh/setup-bun@v2 with: bun-version: latest