We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6351a3 commit 2fe4e5dCopy full SHA for 2fe4e5d
.github/workflows/issue.yml
@@ -31,7 +31,7 @@ jobs:
31
},
32
body: JSON.stringify({
33
fields: {
34
- description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
issuetype: {
36
id: '10001'
37
0 commit comments