Skip to content

Commit 19cd687

Browse files
committed
fix escaped quotes
1 parent 0bf082a commit 19cd687

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/grafana-release-annotation/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ runs:
3434
"release",
3535
"${{ inputs.appName }}"
3636
],
37-
"text": "🚀&ensp;<strong>Release</strong><br /><code>${{ inputs.appName }}@${{ inputs.version }}</code><br /><hr /><p>&ensp;&bull;&ensp;<a href=\\"https://github.com/${{ inputs.repository }}/releases/tag/${{ inputs.tag }}\\" target=\\"_blank\\">GitHub Release</a><br />&ensp;&bull;&ensp;<a href=\\"https://github.com/${{ inputs.repository }}/tree/${{ inputs.commitHash }}\\" target=\\"_blank\\">View Code</a></p><hr />",
37+
"text": "🚀&ensp;<strong>Release</strong><br /><code>${{ inputs.appName }}@${{ inputs.version }}</code><br /><hr /><p>&ensp;&bull;&ensp;<a href=\"https://github.com/${{ inputs.repository }}/releases/tag/${{ inputs.tag }}\" target=\"_blank\">GitHub Release</a><br />&ensp;&bull;&ensp;<a href=\"https://github.com/${{ inputs.repository }}/tree/${{ inputs.commitHash }}\" target=\"_blank\">View Code</a></p><hr />",
3838
"timestamp": "${{ steps.get-timestamp.outputs.timestamp }}"
3939
}'

.github/workflows/deploy-go-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
repository: ${{ inputs.repository }}
123123

124124
- name: Add Release to Grafana
125-
uses: anime-skip/github-actions/.github/actions/grafana-release-annotation@v8
125+
uses: anime-skip/github-actions/.github/actions/grafana-release-annotation@v9
126126
with:
127127
version: ${{ steps.details.outputs.version }}
128128
repository: ${{ inputs.repository }}

0 commit comments

Comments
 (0)