Skip to content

Update Tools Report #267

Update Tools Report

Update Tools Report #267

Workflow file for this run

name: Update Tools Report
on:
workflow_dispatch:
schedule:
- cron: '00 23 * * 0'
permissions:
contents: write
pull-requests: write
jobs:
update-tools:
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
run: pip install requests
- name: Run update script
run: python update_tools.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@v8
with:
commit-message: Update tools
title: Update Tools Report
body: |
This is an auto-generated PR with the updated inventory of tools available at [Galaxy EU](https://usegalaxy.eu)
branch: update-tools-report
delete-branch: true