From 44fcb55b0952ed16f84372d1562595b35bfdc581 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 21 Oct 2024 21:05:36 -0400 Subject: [PATCH] chore: use `--yes` flag for update script --- .github/workflows/ash-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ash-ci.yml b/.github/workflows/ash-ci.yml index 11ff2c6f9..f4431d64b 100644 --- a/.github/workflows/ash-ci.yml +++ b/.github/workflows/ash-ci.yml @@ -190,7 +190,7 @@ jobs: fetch-depth: 0 - uses: team-alembic/staple-actions/actions/mix-task@main with: - task: igniter.upgrade --git-ci + task: igniter.upgrade --git-ci --yes - name: Commit Changes uses: stefanzweifel/git-auto-commit-action@v5 if: github.event.pull_request.user.login == 'dependabot[bot]'