Skip to content

Commit

Permalink
fix: asana action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiLo22 committed Nov 26, 2024
1 parent 6c09c2a commit 17c5c29
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.6",
"version": "v0.0.8",
"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 @@ -48,7 +48,7 @@ export class GitHub {
owner: 'givve',
repo: 'givve',
pull_number: pr.number,
body: pr.body + '<br \\>' + task.data.permalink_url
body: pr.body + ' - Fixes Task in Asana: ' + task.data.permalink_url
}
)

Expand Down

0 comments on commit 17c5c29

Please sign in to comment.