-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yaml
42 lines (41 loc) · 1.34 KB
/
action.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: "Send Bluesky Post"
description: "Provide an easy way to post to Bluesky Social from Github Actions."
author: 'Shinya Kato'
inputs:
text:
description: Text to be posted to Bluesky.
media:
description: File path of the media to be attached to the Post.
media-alt:
description: Alt Text to be assigned to uploaded Media.
link-preview-url:
description: URL for link preview.
langs:
description: A collection of well-formed BCP47 language tags in CSV format.
labels:
description: A collection of self labels in CSV format.
tags:
description: A collection of tags in CSV format.
identifier:
description: >
Handle name or email of the user who logs into Bluesky.
This information is used by the ATP server to establish a session.
For example, "shinyakato.bsky.social".
password:
description: >
Password of the user who logs into Bluesky.
This information is used by the ATP server to establish a session.
service:
description: >
Specify the authority of the ATP server to which you wish to post.
If omitted, it will always be "bsky.social".
retry-count:
description: >
Specify the number of retry on server error or network error.
If omitted, it will always be "5".
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: edit
color: blue