Skip to content

Commit

Permalink
--core_repo ${{ github.repository }}
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 13, 2023
1 parent cbd3e5b commit 4b755bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
)
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
- name: Execute download command
run: ${{ matrix.download_command }} --version ${{ env.VERSION }}
run: ${{ matrix.download_command }} --version ${{ env.VERSION }} --core_repo ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check downloaded version
Expand Down

0 comments on commit 4b755bc

Please sign in to comment.