From 6037feee03bc12b6012a4967196e2f8cef76966b Mon Sep 17 00:00:00 2001 From: Shawn Sun Date: Sun, 21 Jul 2024 08:05:54 +0800 Subject: [PATCH] ci(auto-update): fix missing shell property --- .github/actions/auto-update/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/auto-update/action.yaml b/.github/actions/auto-update/action.yaml index c0e4270..20d9a49 100644 --- a/.github/actions/auto-update/action.yaml +++ b/.github/actions/auto-update/action.yaml @@ -5,6 +5,7 @@ runs: using: "composite" steps: - run: poetry run python main.py --all --auto_update --publish + shell: bash - name: Auto commit to repo. uses: stefanzweifel/git-auto-commit-action@v5