From 96d93a698d6fd80e473f5285be9f7ff99210d45d Mon Sep 17 00:00:00 2001 From: Lawan Chaamindu Jayalath Samarasekara Date: Wed, 10 Apr 2024 00:43:52 +0530 Subject: [PATCH] Update create_version.yml --- .github/workflows/create_version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create_version.yml b/.github/workflows/create_version.yml index 67e951ad36..f4cd491b04 100644 --- a/.github/workflows/create_version.yml +++ b/.github/workflows/create_version.yml @@ -23,7 +23,7 @@ jobs: - name: Determine current date id: current_date - run: echo "::set-output name=date::$(TZ=Asia/Colombo date +'%Y%m%d%H%M%S')" + run: echo "::set-output name=date::$(TZ=Asia/Colombo date +'%Y%m%d')" - name: Reset counter if it's a new day id: reset_counter @@ -59,8 +59,8 @@ jobs: - name: Set Git user name and email run: | - git config --global user.email "action@github.com" - git config --global user.name "github-action" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" - name: Stage changes run: |