mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-13 08:57:34 +00:00
fix: change url to html_url (#451)
This commit is contained in:
parent
92aac29cab
commit
5398cdf4e1
2
.github/workflows/create_issue.yml
vendored
2
.github/workflows/create_issue.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
project: CORE
|
project: CORE
|
||||||
issuetype: Task
|
issuetype: Task
|
||||||
summary: ${{ github.event.issue.title }}
|
summary: ${{ github.event.issue.title }}
|
||||||
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 }}"
|
||||||
fields: '{ "labels": ["github-issue"] }'
|
fields: '{ "labels": ["github-issue"] }'
|
||||||
|
|
||||||
- name: Log created issue
|
- name: Log created issue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user