ci: Drop default for inputs.command in run-in-docker-action
This change decreases coupling.
This commit is contained in:
@@ -10,8 +10,7 @@ inputs:
|
|||||||
default: ${{ runner.arch }}
|
default: ${{ runner.arch }}
|
||||||
command:
|
command:
|
||||||
description: 'A command to run in a container'
|
description: 'A command to run in a container'
|
||||||
required: false
|
required: true
|
||||||
default: ./ci/ci.sh
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -117,6 +117,7 @@ jobs:
|
|||||||
uses: ./.github/actions/run-in-docker-action
|
uses: ./.github/actions/run-in-docker-action
|
||||||
with:
|
with:
|
||||||
dockerfile: ./ci/linux-debian.Dockerfile
|
dockerfile: ./ci/linux-debian.Dockerfile
|
||||||
|
command: ./ci/ci.sh
|
||||||
|
|
||||||
- &PRINT_LOGS
|
- &PRINT_LOGS
|
||||||
name: Print logs
|
name: Print logs
|
||||||
|
|||||||
Reference in New Issue
Block a user