Skip to content

Commit

Permalink
Fix create-botbuilder-parity-issues.yml workflow (#6322)
Browse files Browse the repository at this point in the history
* Update .ps1 file to use coveralls.net v 3.0.0

* Drop dotnet from matrix repo
  • Loading branch information
BruceHaley authored May 4, 2022
1 parent 3a58951 commit 4cab8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-botbuilder-parity-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

strategy:
matrix:
repo: [dotnet, java, js, python]
repo: [java, js, python]

steps:
- run: echo "::notice ::Creating issue for ${{ matrix.repo }}"
Expand Down

0 comments on commit 4cab8f1

Please sign in to comment.