From 9c915123878aa8411fb96dc2b308be2cbce5e337 Mon Sep 17 00:00:00 2001 From: Brend Smits Date: Tue, 12 Jul 2022 12:07:34 +0200 Subject: [PATCH] Upgrade version to v0.4.2 Signed-off-by: Brend Smits --- action.yaml | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/action.yaml b/action.yaml index 6208b25..b93c106 100644 --- a/action.yaml +++ b/action.yaml @@ -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" \ No newline at end of file + color: "blue"