mirror of
https://github.com/cupcakearmy/confluence-markdown-sync.git
synced 2024-12-22 07:56:25 +00:00
cleanup
This commit is contained in:
parent
5c70f435c1
commit
b38b874a2c
24
action.yml
24
action.yml
@ -1,25 +1,25 @@
|
|||||||
# action.yml
|
# action.yml
|
||||||
name: 'confluence-markdown-sync'
|
name: confluence-markdown-sync
|
||||||
description: 'Copy content of a markdown file to a confluence site'
|
description: Copy content of a markdown file to a confluence site
|
||||||
branding:
|
branding:
|
||||||
icon: 'upload-cloud'
|
icon: upload-cloud
|
||||||
color: 'blue'
|
color: blue
|
||||||
inputs:
|
inputs:
|
||||||
from:
|
from:
|
||||||
description: 'Path to the markdown file. Relative to root of repository'
|
description: Path to the markdown file. Relative to root of repository
|
||||||
required: true
|
required: true
|
||||||
to:
|
to:
|
||||||
description: 'The page ID in confluence'
|
description: The page ID in confluence
|
||||||
required: true
|
required: true
|
||||||
cloud:
|
cloud:
|
||||||
description: 'Atlassian Cloud ID'
|
description: Atlassian Cloud ID
|
||||||
required: true
|
required: true
|
||||||
user:
|
user:
|
||||||
description: 'Username of the token user'
|
description: Username of the token user
|
||||||
required: true
|
required: true
|
||||||
token:
|
token:
|
||||||
description: 'Token for the user'
|
description: Token for the user
|
||||||
required: true
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: docker
|
||||||
image: 'Dockerfile'
|
image: Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user