From e51e52d58040914c64c4f7c14c54f05704664db0 Mon Sep 17 00:00:00 2001 From: alexqxxu Date: Fri, 15 Jul 2022 17:44:47 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E4=B8=8D=E5=90=8C=20no?= =?UTF-8?q?de=20=E7=89=88=E6=9C=AC=E7=9A=84=20job=20=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ad05bc2..96e47426 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - os: windows-latest node: 12 architecture: x86 - name: Node ${{ matrix.node_version }} - ${{ matrix.architecture }} on ${{ matrix.os }} + name: Node ${{ matrix.node }} - ${{ matrix.architecture }} on ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v2