File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 env :
1818 INCOMING_WEBHOOK_URL : ${{ secrets.SLACK_PROJECT_CHANNEL_WEBHOOK_URL }}
1919 with :
20- text : swift-structured-queries ${{ github.event.release.tag_name }} has been released.
20+ text : ${{ github.event.repository.name }} ${{ github.event.release.tag_name }} has been released.
2121 blocks : |
2222 [
2323 {
2424 "type": "header",
2525 "text": {
2626 "type": "plain_text",
27- "text": "swift-structured-queries ${{ github.event.release.tag_name}}"
27+ "text": "${{ github.event.repository.name }} ${{ github.event.release.tag_name}}"
2828 }
2929 },
3030 {
@@ -56,14 +56,14 @@ jobs:
5656 env :
5757 INCOMING_WEBHOOK_URL : ${{ secrets.SLACK_RELEASES_WEBHOOK_URL }}
5858 with :
59- text : swift-structured-queries ${{ github.event.release.tag_name }} has been released.
59+ text : ${{ github.event.repository.name }} ${{ github.event.release.tag_name }} has been released.
6060 blocks : |
6161 [
6262 {
6363 "type": "header",
6464 "text": {
6565 "type": "plain_text",
66- "text": "swift-structured-queries ${{ github.event.release.tag_name}}"
66+ "text": "${{ github.event.repository.name }} ${{ github.event.release.tag_name}}"
6767 }
6868 },
6969 {
You can’t perform that action at this time.
0 commit comments