Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karpikpl committed Jun 3, 2024
1 parent b6ec663 commit a5ca248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: npm install node-fetch

- name: Update release notes
uses: karpikpl/azdo-relese-notes-action@v1.0.0
uses: karpikpl/azdo-relese-notes-action@v1.0.1
with:
ado-pat: ${{ secrets.ADO_PAT }}
ado-org: my-org
Expand Down
3 changes: 2 additions & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ describe('action', () => {
getOctokitMock = jest
.spyOn(github, 'getOctokit')
.mockImplementation()
.mockReturnValue(githubApi)
/* eslint-disable @typescript-eslint/no-explicit-any */
.mockReturnValue(githubApi as any)

getWorkItemsBatchMock = jest
.spyOn(azdo, 'getWorkItemsBatch')
Expand Down

0 comments on commit a5ca248

Please sign in to comment.