Skip to content

Commit

Permalink
Adjust cell list update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan192 committed Mar 18, 2024
1 parent 521e8c7 commit c8a2979
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update warncells.md
name: Update cell lists

on:
workflow_dispatch:
Expand All @@ -22,15 +22,18 @@ jobs:
python -m pip install --upgrade pip
pip install .
- name: Execute Python Script
run: python update_warncell_list.py
- name: Execute Python Scripts
run: |
python update_biocell_list.py
python update_pollencell_list.py
python update_warncell_list.py
working-directory: ./docs

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update warncells.md
title: Update warncells.md
body: Update warncells.md to reflect changes by DWD
branch: update-warncellsmd
commit-message: Update cell lists
title: Update cell lists
body: Update cell lists to reflect changes by DWD
branch: update-celllists
delete-branch: true
File renamed without changes.
File renamed without changes.

0 comments on commit c8a2979

Please sign in to comment.