From ed5c8a67fd146c3555e5876ba7bd5a96934ca60a Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 14 Oct 2023 00:20:22 +0900 Subject: [PATCH] Update .github/workflows/download_test.yml Co-authored-by: Ryo Yamashita --- .github/workflows/download_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/download_test.yml b/.github/workflows/download_test.yml index 5ed8628aa..b9e295607 100644 --- a/.github/workflows/download_test.yml +++ b/.github/workflows/download_test.yml @@ -196,7 +196,7 @@ jobs: ) echo "VERSION=$VERSION" >> "$GITHUB_ENV" - name: Execute download command - run: ${{ matrix.download_command }} --version ${{ env.VERSION }} --core_repo ${{ github.repository }} + run: ${{ matrix.download_command }} --version ${{ env.VERSION }} --core-repo ${{ github.repository }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check downloaded version