Skip to content

Commit df28d3a

Browse files
committed
chore(jira): update version
1 parent 0bf6153 commit df28d3a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To update the fields of an issue you need to specify an issue key and field data
1212

1313
```yaml
1414
- name: Comment on issue
15-
uses: kherP/[email protected].8
15+
uses: kherP/[email protected].9
1616
with:
1717
issue: INC-2
1818
fields: customfield_10006::https://www.google.com,customfield_10007::44

dist/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,14 @@ class Jira {
184184
};
185185

186186
try {
187-
console.log(state)
187+
console.log(state.req.body)
188188
await client(state, `${serviceName}:${apiMethodName}`);
189189
} catch (error) {
190190
const fields = {
191191
originError: error,
192192
source: "jira",
193193
};
194+
console.log(JSON.stringify(error))
194195

195196
delete state.req.headers;
196197

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)