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

❄️ A GitHub Docker Action to send messages and files to multiple skype_id

License

Notifications You must be signed in to change notification settings

Eloco/docker-action-send-skype

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Send Skype Github Action

GitHub Actions status

This action that simply sends file/message to multiple skype_ids( both group_id and user_id ).

Usage

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/

About

❄️ A GitHub Docker Action to send messages and files to multiple skype_id

Resources

License

Stars

Watchers

Forks

Packages

No packages published