Skip to content

tagging, layout, user distraction agents #21

tagging, layout, user distraction agents

tagging, layout, user distraction agents #21

name: Gather Snippets
on:
push:
branches:
- main
workflow_dispatch:
jobs:
gather-snippets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Gather
run: node gather-snippets.js
- name: Commit
uses: stefanzweifel/[email protected]
with:
commit_message: gather snippets
branch: ${{ github.head_ref }}