From 14aa4168c18381b7f57e0395f0bf036e201d1f68 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:47:09 +0800 Subject: [PATCH] Update OrangeFox-Compile.yml --- .github/workflows/OrangeFox-Compile.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index 6a88d6f..ae0db8d 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -67,12 +67,7 @@ jobs: - name: Set Current Date # For Build Date Info, currently using Asia/Manila id: today run: | - echo "date=$(TZ=Asia/Manila date +%Y%m%d-%l:%M%P)" >> $GITHUB_OUTPUT - - - name: Get Current Date # For Testing. - run: | - echo "${{ steps.today.outputs.date }}" - echo ${{ steps.today.outputs.date }} + echo "date=$(TZ=Asia/Manila date +%Y%m%d-%l:%M%p)" >> $GITHUB_OUTPUT - name: Cleanup uses: rokibhasansagar/slimhub_actions@main @@ -148,8 +143,8 @@ jobs: name: Unofficial OrangeFox for ${{ github.event.inputs.DEVICE_NAME }} tag_name: ${{ github.run_id }} body: | + Build: fox_${{ github.event.inputs.MANIFEST_BRANCH }} - ${{ steps.today.outputs.date }} + Device: ${{ github.event.inputs.DEVICE_TREE }}/tree/${{ github.event.inputs.DEVICE_TREE_BRANCH }} Manifest: ${{ github.event.inputs.MANIFEST_URL }} - Branch: fox_${{ github.event.inputs.MANIFEST_BRANCH }} - Device: ${{ github.event.inputs.DEVICE_NAME }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}