We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f41f7 commit e8d4f80Copy full SHA for e8d4f80
.github/workflows/x.yaml
@@ -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