mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-04-12 03:56:55 +00:00
feat: add updatedoc caller
This commit is contained in:
parent
85d2e4e1dc
commit
eee7822de0
1 changed files with 14 additions and 0 deletions
14
.github/workflows/essentialsplugins-updatereadme-caller.yml
vendored
Normal file
14
.github/workflows/essentialsplugins-updatereadme-caller.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
name: Generate README
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'robot-docs'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-update-readme:
|
||||||
|
uses: PepperDash/workflow-templates/.github/workflows/update-readme.yml@development
|
||||||
|
with:
|
||||||
|
target-branch: ${{ github.ref_name }}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue