From feb575cb35c533818f5b8fccf16d42b10ede2861 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 27 Nov 2021 01:38:09 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 4871d8c617..7871893a3a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -13,7 +13,7 @@ jobs: ref: ${{ github.ref }} - name: Set Branch Name id: set-branch-name - run: echo "::set-output name=branch_name::bot/auto-update" + run: echo "::set-output name=branch_name::bot/auto-update-$(date +'%Y%m%d')" - name: Create Branch uses: peterjgrainger/action-create-branch@v2.0.1 env: