Skip to content

Commit f4efc0a

Browse files
committed
language
1 parent 14b6a62 commit f4efc0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-per-language.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ jobs:
623623
- run: Remove-Item ./langtest/charts -Recurse -Force -ErrorAction Ignore
624624
- run: Remove-Item ./langtest/Dockerfile -ErrorAction Ignore
625625
- run: Remove-Item ./langtest/.dockerignore -ErrorAction Ignore
626-
- run: ./draft.exe -v create -c ./test/integration/${{inputs.language}}/kustomize.yaml -d ./langtest/
626+
- run: ./draft.exe -v create -c ./test/integration/${{ inputs.language }}/kustomize.yaml -d ./langtest/
627627
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
628628
with:
629629
name: check_windows_kustomize
@@ -632,7 +632,7 @@ jobs:
632632
working-directory: ./langtest/
633633
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
634634
with:
635-
name: ${{inputs.langauge}}-win-kustomize-create
635+
name: ${{ inputs.language }}-win-kustomize-create
636636
path: |
637637
./langtest
638638
!./langtest/**/.git/*

0 commit comments

Comments
 (0)