From c5546b6d803bce074455b681c9b70982708ea2db Mon Sep 17 00:00:00 2001 From: IlyasMoutawwakil Date: Fri, 30 Aug 2024 11:41:52 +0200 Subject: [PATCH] test --- .github/workflows/test_api_rocm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_api_rocm.yaml b/.github/workflows/test_api_rocm.yaml index aaab92f4..edf029a6 100644 --- a/.github/workflows/test_api_rocm.yaml +++ b/.github/workflows/test_api_rocm.yaml @@ -45,7 +45,7 @@ jobs: - name: Set outputs # use script to get the devices id: rocm_docker_devices - run: echo "rocm_docker_devices=$(./scripts/rocm_docker_devices.sh)" >> $GITHUB_ENV + run: echo "rocm_docker_devices=$(./scripts/rocm_docker_devices.sh)" >> $GITHUB_OUTPUTS - name: Print outputs run: echo "${{ steps.rocm_docker_devices.outputs.rocm_docker_devices }}"