Skip to content

Commit 1b3f5a8

Browse files
committed
print details
1 parent 7aa2c80 commit 1b3f5a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-low-priority.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update-low-priority-items:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/setup-node@v3
10+
- uses: actions/setup-node@v4
1111
with:
1212
node-version: '20.x'
1313
- run: npm install azure-devops-node-api
@@ -36,5 +36,5 @@ jobs:
3636
3737
for (const workItem of queryResult.workItems) {
3838
const workItemDetails = await adoClient.getWorkItem(workItem.id);
39-
console.log(workItemDetails.relations);
39+
console.log(workItemDetails);
4040
}

0 commit comments

Comments
 (0)