Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Add missing channel-specific post formats (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwojcik authored Sep 17, 2023
1 parent b72feab commit 99b2c42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ runs:
INPUT_CACHEFILENAME: ${{ inputs.cacheFileName }}
INPUT_POSTFORMAT: ${{ inputs.postFormat }}
INPUT_MASTODONENABLE: ${{ inputs.mastodonEnable }}
INPUT_MASTODONPOSTFORMAT: ${{ inputs.mastodonPostFormat }}
INPUT_MASTODONINSTANCE: ${{ inputs.mastodonInstance }}
INPUT_MASTODONACCESSTOKEN: ${{ inputs.mastodonAccessToken }}
INPUT_MASTODONPOSTVISIBILITY: ${{ inputs.mastodonPostVisibility }}
Expand All @@ -124,13 +125,16 @@ runs:
INPUT_MASTODONMETADATAACCESSTOKEN: ${{ inputs.mastodonMetadataAccessToken }}
INPUT_MASTODONMETADATAFIELDINDEX: ${{ inputs.mastodonMetadataFieldIndex }}
INPUT_TWITTERENABLE: ${{ inputs.twitterEnable }}
INPUT_TWITTERPOSTFORMAT: ${{ inputs.twitterPostFormat }}
INPUT_TWITTERAPIKEY: ${{ inputs.twitterApiKey }}
INPUT_TWITTERAPIKEYSECRET: ${{ inputs.twitterApiKeySecret }}
INPUT_TWITTERACCESSTOKEN: ${{ inputs.twitterAccessToken }}
INPUT_TWITTERACCESSTOKENSECRET: ${{ inputs.twitterAccessTokenSecret }}
INPUT_DISCORDENABLE: ${{ inputs.discordEnable }}
INPUT_DISCORDPOSTFORMAT: ${{ inputs.discordPostFormat }}
INPUT_DISCORDWEBHOOKURL: ${{ inputs.discordWebhookUrl }}
INPUT_SLACKENABLE: ${{ inputs.slackEnable }}
INPUT_SLACKPOSTFORMAT: ${{ inputs.slackPostFormat }}
INPUT_SLACKWEBHOOKURL: ${{ inputs.slackWebhookUrl }}
INPUT_BLUESKYENABLE: ${{ inputs.blueskyEnable }}
INPUT_BLUESKYPOSTFORMAT: ${{ inputs.blueskyPostFormat }}
Expand Down

0 comments on commit 99b2c42

Please sign in to comment.