Skip to content

Create 3.4.1.yaml

Create 3.4.1.yaml #4

Workflow file for this run

name: Update README with Templates
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Run Python script to update README
run: python .github/scripts/update-readme.py
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update README table
commit_user_name: GitHub Actions
commit_user_email: github-actions[bot]@users.noreply.github.com
branch: dev
file_pattern: README.md