Skip to content

Commit fcdd601

Browse files
committed
Set language inputs in start-proxy check workflow
1 parent ce7471d commit fcdd601

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/__start-proxy.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/start-proxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ steps:
1111
id: proxy
1212
uses: ./../action/start-proxy
1313
with:
14+
language: java
1415
registry_secrets: |
1516
[
1617
{
@@ -42,5 +43,5 @@ steps:
4243

4344
- uses: ./../action/init
4445
with:
45-
languages: csharp
46+
languages: java
4647
tools: ${{ steps.prepare-test.outputs.tools-url }}

0 commit comments

Comments
 (0)