mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
15 lines
243 B
YAML
15 lines
243 B
YAML
|
|
name: Generate README
|
|
|
|
on:
|
|
push:
|
|
branches-ignore:
|
|
- 'robot-docs'
|
|
|
|
jobs:
|
|
call-update-readme:
|
|
uses: PepperDash/workflow-templates/.github/workflows/update-readme.yml@main
|
|
with:
|
|
target-branch: ${{ github.ref_name }}
|
|
|