From 48a8aa294636517464fb21561d9800946bb1c65f Mon Sep 17 00:00:00 2001 From: Bharat Middha <5100938+bmiddha@users.noreply.github.com> Date: Sun, 24 Dec 2023 15:07:54 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Fix=20CI=20(#44)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index add66cf..35ac7f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,6 @@ jobs: steps: - name: Checkout repo 🛎 uses: actions/checkout@v4 - with: - ref: ${{ github.event_name == 'workflow_call' && 'main' || github.ref }} - name: Setup Deno 🔧 uses: denoland/setup-deno@v1