File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/*
You can’t perform that action at this time.
0 commit comments