From e3d966b61e508632c36cc21b52f27ca09a7342eb Mon Sep 17 00:00:00 2001 From: Kuan Fan Date: Wed, 18 Dec 2024 10:20:54 -0800 Subject: [PATCH] update test-ci currenttime --- .github/workflows/test-ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-ci.yaml b/.github/workflows/test-ci.yaml index 30fb8de9b..ccbdaab4c 100644 --- a/.github/workflows/test-ci.yaml +++ b/.github/workflows/test-ci.yaml @@ -259,8 +259,7 @@ jobs: steps: - id: get-current-time run: | - TZ="America/Vancouver" - echo "CURRENT_TIME=$(date '+%Y-%m-%d %H:%M:%S %Z')" >> $GITHUB_OUTPUT + echo "CURRENT_TIME=$(TZ="America/Vancouver" date '+%Y-%m-%d %H:%M:%S %Z')" >> $GITHUB_OUTPUT - name: Ask for approval for LCFS release-${{ env.VERSION }} Test deployment uses: trstringer/manual-approval@v1.6.0