Skip to content

Bump autoindex to v4 #2

Bump autoindex to v4

Bump autoindex to v4 #2

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: lagstiftning/autoindex@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
law: ${{ github.event.repository.name }}