[action] remove debug option
This commit is contained in:
parent
5a18b88657
commit
6276ba144b
|
@ -44,11 +44,6 @@ on:
|
|||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
debug_flag:
|
||||
description: 'True to debug action, False not debug'
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
@ -167,12 +162,6 @@ jobs:
|
|||
cppcheck --project=bsp/$RTT_BSP/compile_commands.json
|
||||
pwd
|
||||
|
||||
|
||||
|
||||
- name: Setup Debug Session
|
||||
if: ${{ github.event.inputs.debug_flag }}
|
||||
uses: csexton/debugger-action@master
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: ${{ github.event.inputs.dist_flag }}
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue