mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 09:51:41 +11:00
ci: oops
This commit is contained in:
parent
e1c5cc9ad7
commit
24f1e35e46
1 changed files with 5 additions and 9 deletions
14
.github/workflows/single-page.yml
vendored
14
.github/workflows/single-page.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue