Skip to content

Commit 96291d0

Browse files
ptr727dependabot[bot]github-actions[bot]Copilot
authored
Develop (#93)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ptr727 <2061579+ptr727@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2257b82 commit 96291d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-codegen-pull-request-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Run codegen step
23-
run: >-
24-
dotnet run --project ./LanguageTagsCreate/LanguageTagsCreate.csproj --
23+
run: |
24+
dotnet run --project ./LanguageTagsCreate/LanguageTagsCreate.csproj -- \
2525
--codepath .
2626
2727
- name: Format code step

0 commit comments

Comments
 (0)