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 6868c1e commit df45028
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/call-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
call_debug:
runs-on: ubuntu-latest
outputs:
ref: ${{ steps.get_ref.outputs.ref }}
steps:
- name: Get Ref
id: get_ref
Expand All @@ -29,7 +31,7 @@ jobs:
fetch-depth: 0
ref: ${{ steps.get_ref.outputs.ref }}

- name: call_debug
- name: debug
uses: ./.github/workflows/call-release-doc.yaml
with:
ref: ${{ steps.get_ref.outputs.ref }}
Expand Down

0 comments on commit df45028

Please sign in to comment.