diff --git a/.gitea/workflows/build-backend.yml b/.gitea/workflows/build-backend.yml index 09ff0c9..9084201 100644 --- a/.gitea/workflows/build-backend.yml +++ b/.gitea/workflows/build-backend.yml @@ -68,7 +68,7 @@ jobs: ls -la ./helms/${{ github.event.inputs.repo_path }} sed -i -e 's/9.9.9/${{ github.event.inputs.number }}/g' ./helms/${{ github.event.inputs.repo_path }}/Chart.yaml echo 'Result Helm Chart:' - cat ${{ inputs.chart_directory }}/Chart.yaml + cat ./helms/${{ github.event.inputs.repo_path }}/Chart.yaml - name: Deploy run: | helm upgrade --install devspace-apiregistry-core ./helms/${{ github.event.inputs.repo_path }} \