Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <[email protected]>
  • Loading branch information
ty-dc committed Aug 29, 2023
1 parent df45028 commit e036460
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/call-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
fetch-depth: 0
ref: ${{ steps.get_ref.outputs.ref }}

- name: debug
uses: ./.github/workflows/call-release-doc.yaml
with:
ref: ${{ steps.get_ref.outputs.ref }}
submit: false
secrets: inherit
debug-doc:
needs: call_debug
uses: ./.github/workflows/call-release-doc.yaml
with:
ref: ${{ needs.get_ref.outputs.ref }}
submit: false
secrets: inherit

0 comments on commit e036460

Please sign in to comment.