We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f07d1 commit 1894970Copy full SHA for 1894970
.github/workflows/integration-per-language.yml
@@ -77,7 +77,7 @@ jobs:
77
echo "repo=$(cat ./test/integration_config.json | jq -r '.[] | select(.language == "go") | .repo')" >> "$GITHUB_ENV"
78
- uses: actions/checkout@v3
79
with:
80
- repository: ${{ inputs.repo}}
+ repository: ${{ env.repo }}
81
path: ./langtest
82
- run: rm -rf ./langtest/manifests && rm -f ./langtest/Dockerfile ./langtest/.dockerignore
83
- run: ./draft -v create -c ./test/integration/${{inputs.language}}/helm.yaml -d ./langtest/
0 commit comments