From eee7822de0d3cada3a0a534cf91cced3fda9b83b Mon Sep 17 00:00:00 2001 From: jdevito Date: Fri, 31 Jan 2025 08:23:32 -0600 Subject: [PATCH] feat: add updatedoc caller --- .../essentialsplugins-updatereadme-caller.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/essentialsplugins-updatereadme-caller.yml diff --git a/.github/workflows/essentialsplugins-updatereadme-caller.yml b/.github/workflows/essentialsplugins-updatereadme-caller.yml new file mode 100644 index 0000000..e3680bd --- /dev/null +++ b/.github/workflows/essentialsplugins-updatereadme-caller.yml @@ -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 }} +