diff --git a/.github/workflows/Recovery-Builder-PBRP.yml b/.github/workflows/Recovery-Builder-PBRP.yml index 1caf960..7e90e27 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_ENV + echo "date=$(date +%Y%m%d%H%M)" >> $GITHUB_OUTPUT - name: Get Current Date run: |