Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: Change summarize_progress script to commit at wiki#789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 3 commits intopython:3.12fromrockleona:feature/summarize
Jan 3, 2024
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions.github/workflows/summarize_progress.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
name: summarize_progress

on:
schedule:
- cron: '30 23 * * 5'
schedule:
- cron: '30 23 * * 5'

jobs:
ci:
Expand All@@ -22,7 +22,21 @@ jobs:
chmod +x .scripts/summarize_progress.sh
.scripts/summarize_progress.sh
shell: bash


- uses: stefanzweifel/git-auto-commit-action@v5
- name: Checkout wiki code
uses: actions/checkout@v2
with:
commit_message: Weekly Update -- Summarize Progress
repository: ${{github.repository}}.wiki
path: markdown

- name: Copy content
run: |
cp .scripts/summarize_progress/dist/summarize_progress.md markdown/各檔案翻譯進度清單.md
shell: bash

- name: Commit wiki code
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Weekly Update -- Summarize Progress
repository: markdown

[8]ページ先頭

©2009-2025 Movatter.jp