Skip to content

Aggregate Repositories #267

Aggregate Repositories

Aggregate Repositories #267

Workflow file for this run

name: Aggregate Repositories
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
push:
paths:
- 'README.org'
- '.github/workflows/aggregate.yml'
permissions:
contents: write
jobs:
aggregate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Configure Git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Run repository aggregation script
run: |
chmod +x ./aggregate.sh
./aggregate.sh