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