From 24f1e35e46aaa564952421ab877bb3324ab72ea5 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:19:57 +0000 Subject: [PATCH] ci: oops --- .github/workflows/single-page.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/single-page.yml b/.github/workflows/single-page.yml index d00e98132..9bf1c5913 100644 --- a/.github/workflows/single-page.yml +++ b/.github/workflows/single-page.yml @@ -4,8 +4,6 @@ on: push: branches: main workflow_dispatch: - # schedule: - # - cron: "0 */2 * * *" jobs: update: @@ -23,10 +21,8 @@ jobs: with: python-version: "3.10" - - name: Create local changes - run: python .github/single-page.py - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: "♻️ update single page" + - name: Create local changes + run: python .github/single-page.py + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "♻️ update single page"