Skip to content

Commit

Permalink
Upgrade version to v0.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Brend Smits <[email protected]>
  • Loading branch information
Brend-Smits committed Jul 12, 2022
1 parent f841846 commit 9c91512
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,37 +75,36 @@ outputs:
description: "URL to the Medium post."

runs:
using: 'docker'
image: 'docker://ghcr.io/philips-software/post-to-medium-action:v0.4.1'
using: "docker"
image: "docker://ghcr.io/philips-software/post-to-medium-action:v0.4.2"
args:
- '--integration-token'
- "--integration-token"
- ${{ inputs.integration_token }}
- '--title'
- "--title"
- ${{ inputs.title }}
- '--tags'
- "--tags"
- ${{ inputs.tags }}
- '--canonical-url'
- "--canonical-url"
- ${{ inputs.canonical_url }}
- '--publish-status'
- "--publish-status"
- ${{ inputs.publish_status }}
- '--license'
- "--license"
- ${{ inputs.license }}
- '--publication-id'
- "--publication-id"
- ${{ inputs.publication_id }}
- '--publication-name'
- "--publication-name"
- ${{ inputs.publication_name }}
- '--notify-followers'
- "--notify-followers"
- ${{ inputs.notify_followers }}
- '--content-format'
- "--content-format"
- ${{ inputs.content_format }}
- '--content'
- "--content"
- ${{ inputs.content }}
- '--file'
- "--file"
- ${{ inputs.file }}
- '--parse-frontmatter'
- "--parse-frontmatter"
- ${{ inputs.parse_frontmatter }}


branding:
icon: "book"
color: "blue"
color: "blue"

0 comments on commit 9c91512

Please sign in to comment.