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 1717 - run : chmod +x ./draft
1818 - run : mkdir ./langtest
1919 - run : |
20- echo "repo=$(cat ./test/integration_config.json | jq -r '.[] | select(.language == "go" ) | .repo')" >> "$GITHUB_ENV"
20+ echo "repo=$(cat ./test/integration_config.json | jq -r '.[] | select(.language == ${{ inputs.language }} ) | .repo')" >> "$GITHUB_ENV"
2121 - uses : actions/checkout@v3
2222 with :
2323 repository : ${{ env.repo }}
7474 - run : chmod +x ./draft
7575 - run : mkdir ./langtest
7676 - run : |
77- echo "repo=$(cat ./test/integration_config.json | jq -r '.[] | select(.language == "go" ) | .repo')" >> "$GITHUB_ENV"
77+ echo "repo=$(cat ./test/integration_config.json | jq -r '.[] | select(.language == ${{ inputs.language }} ) | .repo')" >> "$GITHUB_ENV"
7878 - uses : actions/checkout@v3
7979 with :
8080 repository : ${{ env.repo }}
You can’t perform that action at this time.
0 commit comments