Skip to content

Commit

Permalink
update test-ci currenttime
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Dec 18, 2024
1 parent 50261be commit e3d966b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit e3d966b

Please sign in to comment.