From 0f633a609aac534b1ba93a1872006d1f2a50edd3 Mon Sep 17 00:00:00 2001 From: Carlo Dandan <115797725+cd-Spidey@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:34:55 +0800 Subject: [PATCH] Update Recovery-Builder-PBRP.yml --- .github/workflows/Recovery-Builder-PBRP.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Recovery-Builder-PBRP.yml b/.github/workflows/Recovery-Builder-PBRP.yml index 7e90e27..e0230a6 100644 --- a/.github/workflows/Recovery-Builder-PBRP.yml +++ b/.github/workflows/Recovery-Builder-PBRP.yml @@ -69,7 +69,7 @@ jobs: - name: Set Current Date #For later usage id: today run: | - echo "date=$(date +%Y%m%d%H%M)" >> $GITHUB_OUTPUT + echo "date=$(date +%Y%m%d)" >> $GITHUB_OUTPUT - name: Get Current Date run: |