From 38d9e272d46e6e4f248fda5a9e8e85ee1626c64e Mon Sep 17 00:00:00 2001 From: Kuan Fan Date: Wed, 18 Dec 2024 10:22:06 -0800 Subject: [PATCH] update test-ci currenttime --- .github/workflows/test-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ci.yaml b/.github/workflows/test-ci.yaml index ccbdaab4c..f7643604b 100644 --- a/.github/workflows/test-ci.yaml +++ b/.github/workflows/test-ci.yaml @@ -259,7 +259,7 @@ jobs: steps: - id: get-current-time run: | - echo "CURRENT_TIME=$(TZ="America/Vancouver" 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