Skip to content

Commit a1f46c9

Browse files
authored
Create UpdateReadme.yml
1 parent 05a2925 commit a1f46c9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/UpdateReadme.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Update README with ABOUT.md and INSTALL.md
2+
3+
on:
4+
schedule:
5+
- cron: '0 6 * * 1' # every Monday at 06:00 UTC
6+
workflow_dispatch: # manual trigger
7+
8+
jobs:
9+
call-shared:
10+
if: ${{ hashFiles('README.template.md') != '' }} # only run if the file exists
11+
uses: control-toolbox/CTActions/.github/workflows/update-readme.yml@main
12+
with:
13+
template_file: README.template.md
14+
output_file: README.md
15+
package_name: CTModels # package for INSTALL.md
16+
repo_name: CTModels.jl # repository for CONTRIBUTING.md links
17+
citation_badge: "[![DOI](https://zenodo.org/badge/541187171.svg)](https://zenodo.org/doi/10.5281/zenodo.16753152)" # example, can be empty
18+
assignee: "ocots"
19+
secrets: inherit

0 commit comments

Comments
 (0)