From baaa78ec309c6657a245c542c607fb73d7c7ab32 Mon Sep 17 00:00:00 2001 From: Xavier Molloy Date: Wed, 22 May 2024 10:24:14 +0200 Subject: [PATCH] feat: [ANDROAPP-6165] test date set output command --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 090747babf..9fd809205b 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -22,7 +22,7 @@ jobs: # Set Current Date - name: Set current date id: date - run: echo "::set-output name=date::$(date +'%Y-%m-%d')" + run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" # Set Repository Name As Env Variable - name: Set repository name as env variable