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.
2 parents 7861266 + f2040ce commit 7f5ca0cCopy full SHA for 7f5ca0c
.github/workflows/dispatch.yml
@@ -1,11 +1,9 @@
1
name: Send Dispatch
2
3
-on:
+on:
4
push:
5
tags:
6
- '*'
7
- release:
8
- types: [ published, created, edited ]
9
10
11
jobs:
@@ -14,10 +12,11 @@ jobs:
14
12
runs-on: ubuntu-latest
15
13
steps:
16
17
- # Dispatch to update go-wechaty-getting-started deps.
+ # Dispatch to update go-wechaty-getting-started deps.
18
- name: Repository Dispatch
19
uses: peter-evans/[email protected]
20
with:
21
token: ${{ secrets.REPO_ACCESS_TOKEN }}
22
repository: wechaty/go-wechaty-getting-started
23
event-type: updatedeps
+ client-payload: '{"tag":"${{ github.ref_name }}"}'
0 commit comments