Skip to content

Commit

Permalink
chore: fix github asana description
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiLo22 committed Dec 17, 2024
1 parent f905760 commit 439f5fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 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.11",
"version": "v0.0.12",
"author": "PL Gutscheinsysteme GmbH",
"private": true,
"homepage": "https://github.com/givve/github_asana_action",
Expand Down
4 changes: 3 additions & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ export class GitHub {
owner: 'givve',
repo: 'givve',
pull_number: pr.number,
body: pr.body + ' --- \r\n Asana Task: ' + task.data.permalink_url
body:
pr.body ||
'' + '\r\n --- \r\n Asana Task: ' + task.data.permalink_url
}
)

Expand Down

0 comments on commit 439f5fe

Please sign in to comment.