Skip to content

chore(deps): bump pygithub from 2.1.1 to 2.2.0 in /Docker/builder/rootfs #259

chore(deps): bump pygithub from 2.1.1 to 2.2.0 in /Docker/builder/rootfs

chore(deps): bump pygithub from 2.1.1 to 2.2.0 in /Docker/builder/rootfs #259

Workflow file for this run

name: Generate Docs
on:
push:
jobs:
docs:
name: Generate Docs
runs-on: ubuntu-latest
steps:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/checkout@v3
# https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs
with:
token: ${{ secrets.THIS_PAT }}
- name: Run doc generation
uses: npalm/[email protected]
- name: Commit doc changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: automated doc update"
file_pattern: README.md