Skip to content

📝 Add representer information for automation #116

📝 Add representer information for automation

📝 Add representer information for automation #116

name: Configlet Generate
on:
pull_request:
workflow_dispatch:
jobs:
configlet-generate:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@main
# GITHUB_TOKEN is not set when we run the fetch script, because we're in
# a composite action. Set GH_TOKEN so that `gh release download` can
# make authenticated requests (it fails otherwise).
env:
GH_TOKEN: ${{ github.token }}
- name: Generete templated docs
run: configlet generate
- name: Commit generated code
uses: stefanzweifel/git-auto-commit-action@v4