1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-06-24 13:05:32 -04:00
aprsd/.github/workflows/authors.yml
2025-01-07 10:46:59 -05:00

16 lines
329 B
YAML

name: Update Authors
on:
push:
branches:
- master
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wow-actions/update-authors@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
template: '{{email}} : {{commits}}'
path: 'AUTHORS'