Skip to content

Commit

Permalink
Merge pull request #38 from danhellem/users/danhellem/content
Browse files Browse the repository at this point in the history
minor changes to readme
  • Loading branch information
danhellem authored May 1, 2020
2 parents bad744f + 8fe5c76 commit 37f3bf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Create work item in Azure DevOps when a GitHub Issue is created

Update Azure DevOps work item when a GitHub Issue is updated

![alt text](./assets/demo.gif "animated demo")

## Outputs

### `id`
Expand Down
Binary file added assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,11 @@ function getValuesFromPayload(payload, env) {
comment_url: "",
organization: "",
repository: "",
env: {
env: {
organization: env.ado_organization != undefined ? env.ado_organization : "",
orgUrl: env.ado_organization != undefined ? "https://dev.azure.com/" + env.ado_organization : "",
adoToken: env.ado_token != undefined ? env.ado_token : "",
ghToken: env.github_token != undefined ? env.github_token : "",
ghToken: env.github_token != undefined ? env.github_token : "",
project: env.ado_project != undefined ? env.ado_project : "",
areaPath: env.ado_area_path != undefined ? env.ado_area_path : "",
wit: env.ado_wit != undefined ? env.ado_wit : "Issue",
Expand Down

0 comments on commit 37f3bf2

Please sign in to comment.