Skip to content

Commit

Permalink
fix: asana task was not added to github
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiLo22 committed Jan 17, 2025
1 parent 439f5fe commit c54be0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-action",
"description": "Givve Asana Management",
"version": "v0.0.12",
"version": "v0.0.13",
"author": "PL Gutscheinsysteme GmbH",
"private": true,
"homepage": "https://github.com/givve/github_asana_action",
Expand Down
5 changes: 3 additions & 2 deletions src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ export class GitHub {
repo: 'givve',
pull_number: pr.number,
body:
pr.body ||
'' + '\r\n --- \r\n Asana Task: ' + task.data.permalink_url
(pr.body || '') +
'\r\n --- \r\n Asana Task: ' +
task.data.permalink_url
}
)

Expand Down

0 comments on commit c54be0f

Please sign in to comment.