Skip to content

Commit e8d4f80

Browse files
committed
ci: add x post workflow
1 parent f6f41f7 commit e8d4f80

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/x.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: x
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
x_post_job:
8+
runs-on: ubuntu-latest
9+
name: job to summarize changes and post to x
10+
steps:
11+
- name: x post step
12+
id: x
13+
uses: captradeoff/x-post
14+
with:
15+
message: 'getting set up'
16+
community-id: 1903531139035476424
17+
- name: Get the output post-id
18+
run: echo "The post-id was ${{ steps.x.outputs.post-id }}"

0 commit comments

Comments
 (0)