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: