From 9c5173cbe984ca4433a96d532c6927120f66aebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 11 Oct 2024 16:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3needs.yaml=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E8=BE=93=E5=87=BA=E5=8F=98=E9=87=8F=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/测试needs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/测试needs.yaml b/.github/workflows/测试needs.yaml index 34c7001..b0dc168 100644 --- a/.github/workflows/测试needs.yaml +++ b/.github/workflows/测试needs.yaml @@ -15,7 +15,7 @@ jobs: - name: step2 run: | echo "step2" - echo "step1-output: ${{ steps.step1.outputs.job1-output }}" + echo "step1-output: ${{ steps.step1.outputs.step1-output }}" job2: needs: job1 runs-on: ubuntu-latest