ci: oops
This commit is contained in:
parent
e1c5cc9ad7
commit
24f1e35e46
14
.github/workflows/single-page.yml
vendored
14
.github/workflows/single-page.yml
vendored
@ -4,8 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# schedule:
|
|
||||||
# - cron: "0 */2 * * *"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
@ -23,10 +21,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Create local changes
|
- name: Create local changes
|
||||||
run: python .github/single-page.py
|
run: python .github/single-page.py
|
||||||
# env:
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
with:
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
commit_message: "♻️ update single page"
|
||||||
with:
|
|
||||||
commit_message: "♻️ update single page"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user