We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c02bc9f + 717e487 commit 37e0e6cCopy full SHA for 37e0e6c
.github/workflows/package_and_release.yml
@@ -164,3 +164,14 @@ jobs:
164
--allow-uncommitted-changes
165
--osgeo-username ${{ secrets.OSGEO_USER }}
166
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
167
+
168
+ - name: Send notification on matrix
169
+ id: matrix-notification
170
+ uses: fadenb/[email protected]
171
+ with:
172
+ homeserver: ${{ secrets.PUBLISH_MATRIX_HOMESERVER }}
173
+ token: ${{ secrets.PUBLISH_MATRIX_TOKEN }}
174
+ channel: ${{ secrets.PUBLISH_MATRIX_CHANNEL }}
175
+ message: |
176
+ 💬 QChat ${{ github.ref_name }} !\
177
+ -> https://plugins.qgis.org/plugins/qchat/
0 commit comments