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 92aac29 commit 5398cdfCopy full SHA for 5398cdf
.github/workflows/create_issue.yml
@@ -24,7 +24,7 @@ jobs:
24
project: CORE
25
issuetype: Task
26
summary: ${{ github.event.issue.title }}
27
- description: "Created from Github issue: ${{ github.event.issue.url }} \\ \\${{ github.event.issue.body }}"
+ description: "Created from Github issue: ${{ github.event.issue.html_url }} \\ \\${{ github.event.issue.body }}"
28
fields: '{ "labels": ["github-issue"] }'
29
30
- name: Log created issue
0 commit comments