File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed
Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -75,37 +75,36 @@ outputs:
7575 description : " URL to the Medium post."
7676
7777runs :
78- using : ' docker'
79- image : ' docker://ghcr.io/philips-software/post-to-medium-action:v0.4.1 '
78+ using : " docker"
79+ image : " docker://ghcr.io/philips-software/post-to-medium-action:v0.4.2 "
8080 args :
81- - ' --integration-token'
81+ - " --integration-token"
8282 - ${{ inputs.integration_token }}
83- - ' --title'
83+ - " --title"
8484 - ${{ inputs.title }}
85- - ' --tags'
85+ - " --tags"
8686 - ${{ inputs.tags }}
87- - ' --canonical-url'
87+ - " --canonical-url"
8888 - ${{ inputs.canonical_url }}
89- - ' --publish-status'
89+ - " --publish-status"
9090 - ${{ inputs.publish_status }}
91- - ' --license'
91+ - " --license"
9292 - ${{ inputs.license }}
93- - ' --publication-id'
93+ - " --publication-id"
9494 - ${{ inputs.publication_id }}
95- - ' --publication-name'
95+ - " --publication-name"
9696 - ${{ inputs.publication_name }}
97- - ' --notify-followers'
97+ - " --notify-followers"
9898 - ${{ inputs.notify_followers }}
99- - ' --content-format'
99+ - " --content-format"
100100 - ${{ inputs.content_format }}
101- - ' --content'
101+ - " --content"
102102 - ${{ inputs.content }}
103- - ' --file'
103+ - " --file"
104104 - ${{ inputs.file }}
105- - ' --parse-frontmatter'
105+ - " --parse-frontmatter"
106106 - ${{ inputs.parse_frontmatter }}
107107
108-
109108branding :
110109 icon : " book"
111- color : " blue"
110+ color : " blue"
You can’t perform that action at this time.
0 commit comments