From 08444bb9e5bc2e247edcfed433c3efa3d6bccd66 Mon Sep 17 00:00:00 2001 From: Carlo Dandan | Not a Developer <115797725+cd-Spidey@users.noreply.github.com> Date: Thu, 27 Oct 2022 11:35:42 +0800 Subject: [PATCH] Update OrangeFox-Compile.yml --- .github/workflows/OrangeFox-Compile.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index c50de16..98e5a37 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -64,12 +64,16 @@ jobs: - name: Check Out uses: actions/checkout@v3.1.0 - - name: Set Current Date # For Build Date Info + - name: Set Current Date # For Build Date Info, currently using Asia/Manila id: today run: | echo "date=$(TZ=Asia/Manila date +%Y%m%d-%H%M)" >> $GITHUB_OUTPUT - echo "${{ steps.today.outputs.date }}" + - name: Get Current Date # For Testing. + run: | + echo "${{ steps.today.outputs.date }}" + echo ${{ steps.today.outputs.date }} + - name: Cleanup uses: rokibhasansagar/slimhub_actions@main