Skip to content

fix: run stacklit action on push to master with auto-commit, not on P… #4

fix: run stacklit action on push to master with auto-commit, not on P…

fix: run stacklit action on push to master with auto-commit, not on P… #4

name: Update stacklit index
on:
push:
branches: [master]
jobs:
stacklit:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: glincker/stacklit-action@v1
with:
mode: auto-commit