Skip to content

Update Citations

Update Citations #343

name: Update Citations
on:
workflow_dispatch:
schedule:
- cron: '00 23 * * 0'
permissions:
contents: write
pull-requests: write
jobs:
update-citations:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Install dependencies
## 1.5.27 does not seem to work
run: pip install bibtexparser Pyzotero==1.5.25
- name: Run update script
run: python update_citations-eu.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@v8
with:
commit-message: Update citations
title: Update Citations
body: |
This is an auto-generated PR with the updated `citations` of [Galaxy EU](https://usegalaxy.eu)
branch: update-citations
delete-branch: true