This commit is contained in:
cupcakearmy
2020-12-13 16:33:14 +01:00
parent 7944409f8d
commit 67726ba823

View File

@@ -1,6 +1,9 @@
# 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:
icon: 'upload-cloud'
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'