We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8c945 commit 38ef652Copy full SHA for 38ef652
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,21 @@
1
+on: [push]
2
+
3
+jobs:
4
+ send_message:
5
+ runs-on: ubuntu-latest
6
+ name: Send test message
7
8
+ steps:
9
+ - id: initial
10
+ uses: juztcode/gitter-github-action@v1
11
+ with:
12
+ room-id: ${{ secrets.GITTER_ROOM_ID }}
13
+ token: ${{ secrets.GITTER_TOKEN }}
14
+ text: Pending
15
16
+ - uses: juztcode/gitter-github-action@v1
17
18
19
20
+ text: Success
21
+ message-id: ${{ steps.initial.outputs.message-id }}
0 commit comments