mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-03 11:34:07 +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
|
||||
issuetype: Task
|
||||
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"] }'
|
||||
|
||||
- name: Log created issue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user