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 c54be0f commit 9bda5ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 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.13",
"version": "v0.0.14",
"author": "PL Gutscheinsysteme GmbH",
"private": true,
"homepage": "https://github.com/givve/github_asana_action",
Expand Down
2 changes: 1 addition & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class GitHub {
pull_number: pr.number,
body:
(pr.body || '') +
'\r\n --- \r\n Asana Task: ' +
'\r\n\r\n --- \r\n Asana Task: ' +
task.data.permalink_url
}
)
Expand Down

0 comments on commit 9bda5ee

Please sign in to comment.