Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Test run
  • Loading branch information
rockleona committed Jan 3, 2024
commit 2a01694251661baa62dc8b6c49b1ba9a7fa4794b
19 changes: 15 additions & 4 deletions .github/workflows/summarize_progress.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: summarize_progress

on:
schedule:
- cron: '30 23 * * 5'
push:
branches:
- 'feature/summarize'
schedule:
- cron: '30 23 * * 5'

jobs:
ci:
Expand All @@ -23,6 +26,14 @@ jobs:
.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: commit wiki code
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Weekly Update -- Summarize Progress
repository: markdown