This actions lets you share files/messages to slack channels.
Required Your slack token. Default "No Token".
Required Set true if you want to share file. Default "f".
Required Name of channel you want to interact with. Default "general".
Optional Path of file you want to share on slack. Default "".
Optional The message you want to send. Default "".
#uses: samvitjain/slack-share@v1.0 #with: SLACK_TOKEN: 'Your token' SHARE_FILE: true SLACK_CHANNEL: 'random' FILE_PATH:'your/file/path' SLACK_MESSAGE:'Your Slack message'