We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
inputs.command
run-in-docker-action
1 parent 1decc49 commit 15d0148Copy full SHA for 15d0148
2 files changed
.github/actions/run-in-docker-action/action.yml
@@ -10,8 +10,7 @@ inputs:
10
default: ${{ runner.arch }}
11
command:
12
description: 'A command to run in a container'
13
- required: false
14
- default: ./ci/ci.sh
+ required: true
15
runs:
16
using: "composite"
17
steps:
.github/workflows/ci.yml
@@ -117,6 +117,7 @@ jobs:
117
uses: ./.github/actions/run-in-docker-action
118
with:
119
dockerfile: ./ci/linux-debian.Dockerfile
120
+ command: ./ci/ci.sh
121
122
- &PRINT_LOGS
123
name: Print logs
0 commit comments