From 535d55726b6d300b3a349f30fc41c42153a45435 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 18 Jul 2024 20:20:04 +0530 Subject: [PATCH] update CI --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 5d69ca3516..27a3eed759 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -15,7 +15,7 @@ jobs: ref: ${{ github.head_ref }} - name: Run optimizt - run: npx optimizt static/images + run: npx @343dev/optimizt static/images - uses: stefanzweifel/git-auto-commit-action@v5 with: