From f99853724f08d5a9b33794513521aec43e3e201b Mon Sep 17 00:00:00 2001 From: Luis Mayta Date: Sun, 27 Feb 2022 08:16:21 -0500 Subject: [PATCH] chore: implement generate documentation actions (#15) --- action.yml | 2 +- provision/generators/README.yaml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 726d928..0b28cc2 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: hadenlabs-action-confluence-sync' -description: 'sync files markdown using mark' +description: 'Action confluence sync that can be used to publish markdown documents to confluence.' author: 'hadenlabs' inputs: confluence_url: diff --git a/provision/generators/README.yaml b/provision/generators/README.yaml index b3e406c..a31383f 100644 --- a/provision/generators/README.yaml +++ b/provision/generators/README.yaml @@ -56,7 +56,11 @@ requirements: |- # Short description of this project description: |- - action-confluence-sync for project + Action confluence sync that can be used to publish markdown documents to confluence. This action is a thin wrapper around the mark + See the action.yaml file for details of required inputs. + +include: + - 'docs/include/actions.md' usages: - docs/usage.md