This action that simply sends file/message to multiple skype_ids( both group_id and user_id ).
- message support emoji
See action.yml
Basic:
- name: Send skype
uses: Eloco/docker-action-send-skype@v2
with:
# Required skype username:
skype_username : ${{ secrets.SKYPE_USERNAME }}
# Required skype password:
skype_password : ${{ secrets.SKYPE_PASSWORD }}
# Required skype_ids(both user_id group_id) which u want to send to [also support multiple id which connect by space]
skype_ids : 19:[email protected] 19:[email protected]
# Optional (recommended): the path of message file or message file's folder [support emoji]
send_msg_path : msg.txt
# Optional (recommended): the path of attach file or attach file's folder
send_file_path : download/