We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc6266 commit 553748dCopy full SHA for 553748d
.github/actions/ci-container/action.yaml
@@ -20,5 +20,6 @@ runs:
20
using: 'docker'
21
image: 'docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux'
22
args:
23
+ - "/bin/bash"
24
- "-c"
25
- ${{ inputs.run }}
0 commit comments