forked from cupcakearmy/confluence-markdown-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c70f43
commit b38b874
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |