From b38b874a2c79438c33796bb3a0b8da8aa320aa06 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 8 Dec 2022 16:00:30 +0100 Subject: [PATCH] cleanup --- action.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/action.yml b/action.yml index e2ca264..f30c034 100644 --- a/action.yml +++ b/action.yml @@ -1,25 +1,25 @@ # action.yml -name: 'confluence-markdown-sync' -description: 'Copy content of a markdown file to a confluence site' +name: confluence-markdown-sync +description: Copy content of a markdown file to a confluence site branding: - icon: 'upload-cloud' - color: 'blue' + icon: upload-cloud + color: blue inputs: - from: - description: 'Path to the markdown file. Relative to root of repository' + from: + description: Path to the markdown file. Relative to root of repository required: true to: - description: 'The page ID in confluence' + description: The page ID in confluence required: true cloud: - description: 'Atlassian Cloud ID' + description: Atlassian Cloud ID required: true user: - description: 'Username of the token user' + description: Username of the token user required: true token: - description: 'Token for the user' + description: Token for the user required: true runs: - using: 'docker' - image: 'Dockerfile' + using: docker + image: Dockerfile