From adcbaecfc775129005a1c83a7334b13fbe7f1b08 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 20 Jan 2023 17:19:38 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 44aeb32a3..e775eef9f 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -122,7 +122,8 @@ jobs: git-config-name: iptv-bot[bot] git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com commit-message: '[Bot] Deploy to GitHub Pages' - clean: false + single-commit: true + clean: true - name: Deploy to iptv-org/api uses: JamesIves/github-pages-deploy-action@v4.2.5 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}