Bugfix
This commit is contained in:
parent
5e357e2255
commit
e388438e05
@ -167,7 +167,7 @@ def main() -> int:
|
|||||||
|
|
||||||
# Build params
|
# Build params
|
||||||
card_params = {
|
card_params = {
|
||||||
"idList": TRELLO_TAGS["company"],
|
"idList": TRELLO_LIST_ID,
|
||||||
"name": issue.title,
|
"name": issue.title,
|
||||||
"key": TRELLO_KEY,
|
"key": TRELLO_KEY,
|
||||||
"token": trello_api_token,
|
"token": trello_api_token,
|
||||||
@ -180,7 +180,7 @@ def main() -> int:
|
|||||||
---
|
---
|
||||||
"""
|
"""
|
||||||
),
|
),
|
||||||
"idLabels": TRELLO_TAG_ID,
|
"idLabels": TRELLO_TAGS["company"],
|
||||||
}
|
}
|
||||||
|
|
||||||
# Make the card
|
# Make the card
|
||||||
|
Loading…
x
Reference in New Issue
Block a user