Skip to content

summarize_progress #100

summarize_progress

summarize_progress #100

name: summarize_progress
on:
workflow_dispatch:
schedule:
- cron: '30 23 * * 5'
jobs:
ci:
if: github.repository == 'python/python-docs-zh-tw'
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v4
- name: Install poetry
uses: abatilo/actions-poetry@v4
- name: Execute Check Process
run: |
chmod +x .scripts/summarize_progress.sh
.scripts/summarize_progress.sh
shell: bash
- name: Checkout wiki code
uses: actions/checkout@v4
with:
repository: ${{github.repository}}.wiki
path: markdown
- name: Copy content
run: |
cp .scripts/summarize_progress/result.md markdown/各檔案翻譯進度清單.md
shell: bash
- name: Commit wiki code
uses: stefanzweifel/git-auto-commit-action@v6
with:
commit_message: Weekly Update -- Summarize Progress
repository: markdown
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy