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 73a56dc commit 0eacba5Copy full SHA for 0eacba5
.github/workflows/main.yml
@@ -78,3 +78,10 @@ jobs:
78
asset_path: dist/CommunityModules-deps.jar
79
asset_name: CommunityModules-deps.jar
80
asset_content_type: application/zip
81
+ - name: Repository Dispatch
82
+ uses: peter-evans/repository-dispatch@v3
83
+ with:
84
+ token: ${{ secrets.GITHUB_TOKEN }}
85
+ repository: tlaplus/tlaplus
86
+ event-type: tlaplus-dispatch
87
+ client-payload: '{"source": "CommunityModules"}'
0 commit comments