File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,7 @@ jobs:
127127128128 with :
129129 webhook-url : ${{ secrets.DISCORD_WEBHOOK_URL }}
130- embed-title : |
131- 🎉 New update on `master` branch: ${{ fromJson(steps.get_pr_data.outputs.result).title }}
132- embed-description : |
133- ${{ fromJson(steps.get_pr_data.outputs.result).body }}
134- embed-url : ${{ fromJson(steps.get_pr_data.outputs.result).html_url }}
130+ embed-title : ' 🎉 New update on `master` branch: ${{ fromJson(steps.get_pr_data.outputs.result).title }}'
131+ embed-description : ' ${{ fromJson(steps.get_pr_data.outputs.result).body }}'
132+ embed-url : ' ${{ fromJson(steps.get_pr_data.outputs.result).html_url }}'
135133
Original file line number Diff line number Diff line change 88 branches :
99 - master
1010 tags :
11- - ' v*'
12- - ' release-*'
11+ - ' v*.*.*'
1312 pull_request :
1413 branches :
1514 - master
1918 REGISTRY : ghcr.io
2019 # github.repository as <account>/<repo>
2120 IMAGE_NAME : ${{ github.repository }}
21+ RELEASE_VERSION : ${{ github.ref_name }}
2222
2323jobs :
2424 package :
You can’t perform that action at this time.
0 commit comments