mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
README: point to a tag instead of master branch
This commit is contained in:
parent
c6d4807c13
commit
67e2095a53
@ -6,7 +6,7 @@ An action that simply sends a mail to multiple recipients.
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Send mail
|
- name: Send mail
|
||||||
uses: dawidd6/action-send-mail@master
|
uses: dawidd6/action-send-mail@v2
|
||||||
with:
|
with:
|
||||||
server_address: smtp.gmail.com
|
server_address: smtp.gmail.com
|
||||||
server_port: 465
|
server_port: 465
|
||||||
|
Loading…
Reference in New Issue
Block a user