Skip to content

Small template change to test trigger worflow #1

Small template change to test trigger worflow

Small template change to test trigger worflow #1

name: trigger-dynamic-readme-update
on:
push:
branches:
- main
paths:
- templates/footer.md
jobs:
trigger-workflow-dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger Dynamic READMEs to be updated with templates
uses: benc-uk/workflow-dispatch@v1
with:
workflow: update-templates
repo: thoughtbot/testing-reusable-repos
token: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
ref: "main"