Skip to content

Commit 8e4764f

Browse files
btashtonxiaoxiang781216
authored andcommitted
Fix the warning of undefined input we were using on the build action
1 parent e2c3843 commit 8e4764f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/ci-container/action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
#
1313

1414
name: ci-container
15+
inputs:
16+
run: # id of input
17+
description: 'Commands to run'
18+
required: true
1519
runs:
1620
using: 'docker'
1721
image: 'docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux'

0 commit comments

Comments
 (0)