File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_IN_MEMORY_KEY_PASSWORD }}
3939 run : |
4040 ./gradlew --stacktrace -PMauroSnapshotRepositoryUsername=${{secrets.MAURO_SNAPSHOT_REPOSITORY_USERNAME}} -PMauroSnapshotRepositoryPassword=${{secrets.MAURO_SNAPSHOT_REPOSITORY_PASSWORD}} publishAllPublicationsToMauroSnapshotRepositoryRepository
41+ - name : Send a stream message
42+ if : success() || failure()
43+ uses : zulip/github-actions-zulip/send-message@v1
44+ with :
45+ api-key : ${{ secrets.ZULIP_API_KEY }}
46+ email : " githubactionsbot-bot@maurodatamapper.zulipchat.com"
47+ organization-url : " https://maurodatamapper.zulipchat.com"
48+ to : " build/github-actions"
49+ type : " stream"
50+ topic : " ${{github.repository}}"
51+ content : " ${{ job.status == 'success' && ':check_mark:' || ':cross_mark:' }} ${{github.repository}} : **${{github.ref}}**\n GitHub Actions build result: **${{ job.status }}**\n ${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
You can’t perform that action at this time.
0 commit comments