From 4c7c63645833a01819558588fd10ee389b9c1df6 Mon Sep 17 00:00:00 2001 From: Jason T Alborough Date: Wed, 16 Oct 2024 09:09:21 -0400 Subject: [PATCH] Create essentialsplugins-updatereadme-caller.yml --- .../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 }} +