From 129fe4b3c311595641fb053750b18f163dcb930e Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Wed, 19 Mar 2025 20:54:42 +0100 Subject: [PATCH] wellp --- .github/workflows/maintain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintain.yml b/.github/workflows/maintain.yml index dadbab5..e582a0e 100644 --- a/.github/workflows/maintain.yml +++ b/.github/workflows/maintain.yml @@ -31,7 +31,7 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Maintain run: | - python maintain.sh + python verify.py - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: