-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaction.yaml
More file actions
64 lines (62 loc) · 2.02 KB
/
Copy pathaction.yaml
File metadata and controls
64 lines (62 loc) · 2.02 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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 paths of the images to attach to the Post, in CSV format.
Up to 4 images are supported; any extras are ignored.
media-alt:
description: >
Alt text for the attached images, in CSV format.
Each entry aligns by index with `media`; missing entries default to empty.
video:
description: File path of a single video to attach to the Post.
video-alt:
description: Alt text to assign to the attached video.
link-preview-url:
description: URL for link preview.
reply-to:
description: >
AT-URI of the post to reply to.
For example, "at://did:plc:xxxx/app.bsky.feed.post/yyyy".
quote:
description: >
AT-URI of the post to quote.
For example, "at://did:plc:xxxx/app.bsky.feed.post/yyyy".
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".
outputs:
uri:
description: The AT-URI of the created post.
cid:
description: The CID of the created post.
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: edit
color: blue