Skip to content

Commit 5398cdf

Browse files
authored
fix: change url to html_url (#451)
1 parent 92aac29 commit 5398cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
project: CORE
2525
issuetype: Task
2626
summary: ${{ github.event.issue.title }}
27-
description: "Created from Github issue: ${{ github.event.issue.url }} \\ \\${{ github.event.issue.body }}"
27+
description: "Created from Github issue: ${{ github.event.issue.html_url }} \\ \\${{ github.event.issue.body }}"
2828
fields: '{ "labels": ["github-issue"] }'
2929

3030
- name: Log created issue

0 commit comments

Comments
 (0)