File tree Expand file tree Collapse file tree 1 file changed +23
-6
lines changed Expand file tree Collapse file tree 1 file changed +23
-6
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
types :
6
6
- closed
7
+ workflow_dispatch :
8
+ inputs :
9
+ text :
10
+ description : ' Post Text'
11
+ required : true
12
+ type : choice
13
+ options :
14
+ - patch
15
+ - minor
16
+ - major
17
+ link :
18
+ description : ' Links'
19
+ required : true
20
+ type : string
21
+ authorName :
22
+ description : ' Author Name'
23
+ required : true
24
+ type : string
7
25
8
26
jobs :
9
27
if_merged :
13
31
# - run: |
14
32
# echo ${{ github.event.pull_request.title }} \n ${{ github.event.pull_request._links.html.href }}
15
33
16
- -
uses :
zentered /bluesky-post[email protected]
34
+ - uses : myConsciousness /bluesky-post@v5
17
35
with :
18
- post : ${{ github.event.pull_request.title }} by ${{ github.event.pull_request.user.login }}
19
- ${{ github.event.pull_request._links.html.href }}
20
- env :
21
- BSKY_IDENTIFIER : ${{ secrets.BSKY_IDENTIFIER }}
22
- BSKY_PASSWORD : ${{ secrets.BSKY_PASSWORD }}
36
+ text : ${{ github.event.pull_request.title }} by ${{ github.event.pull_request.user.login }}
37
+ link-preview-url : ${{ github.event.pull_request._links.html.href }}
38
+ identifier : ${{ secrets.BSKY_IDENTIFIER }}
39
+ password : ${{ secrets.BSKY_PASSWORD }}
You can’t perform that action at this time.
0 commit comments