From 615edd1b0ac02c4ed5d05dc5e84644527b23a3e9 Mon Sep 17 00:00:00 2001 From: "tao.yang" Date: Wed, 30 Aug 2023 10:58:55 +0800 Subject: [PATCH] debug Signed-off-by: tao.yang --- .github/workflows/call-debug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-debug.yaml b/.github/workflows/call-debug.yaml index aefb837888..e420ea1f47 100644 --- a/.github/workflows/call-debug.yaml +++ b/.github/workflows/call-debug.yaml @@ -43,6 +43,6 @@ jobs: needs: call_debug uses: ./.github/workflows/call-release-doc.yaml with: - ref: ${{ needs.get_ref.outputs.ref }} + ref: ${{ needs.call_debug.outputs.ref }} submit: false secrets: inherit \ No newline at end of file