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