From fab48288305d41f0540afbe935b6b582be14336f Mon Sep 17 00:00:00 2001 From: "Thing-han, Lim" <15379156+potsrevennil@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:15:18 +0800 Subject: [PATCH] test --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be62b02ba..3f47260a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,12 @@ jobs: - name: first id: first run: | - echo "shell=zsh" >> $GITHUB_OUTPUT + echo "SHELL=zsh" >> $GITHUB_ENV - name: check run: | - echo ${{ github.env }} + cat ${{ github.env }} + source ${{ github.env }} + echo $SHELL lint: strategy: