Skip to content

Commit

Permalink
use repo input
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Dec 12, 2024
1 parent 57f07d1 commit 1894970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-per-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
echo "repo=$(cat ./test/integration_config.json | jq -r '.[] | select(.language == "go") | .repo')" >> "$GITHUB_ENV"
- uses: actions/checkout@v3
with:
repository: ${{ inputs.repo}}
repository: ${{ env.repo }}
path: ./langtest
- run: rm -rf ./langtest/manifests && rm -f ./langtest/Dockerfile ./langtest/.dockerignore
- run: ./draft -v create -c ./test/integration/${{inputs.language}}/helm.yaml -d ./langtest/
Expand Down

0 comments on commit 1894970

Please sign in to comment.