Skip to content

Commit 1894970

Browse files
committed
use repo input
1 parent 57f07d1 commit 1894970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "repo=$(cat ./test/integration_config.json | jq -r '.[] | select(.language == "go") | .repo')" >> "$GITHUB_ENV"
7878
- uses: actions/checkout@v3
7979
with:
80-
repository: ${{ inputs.repo}}
80+
repository: ${{ env.repo }}
8181
path: ./langtest
8282
- run: rm -rf ./langtest/manifests && rm -f ./langtest/Dockerfile ./langtest/.dockerignore
8383
- run: ./draft -v create -c ./test/integration/${{inputs.language}}/helm.yaml -d ./langtest/

0 commit comments

Comments
 (0)