mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
feat: add updatedoc caller
This commit is contained in:
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 }}
|
||||||
|
|
||||||
Reference in New Issue
Block a user