We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 735f39a + a637679 commit 40c7737Copy full SHA for 40c7737
1 file changed
action.yaml
@@ -16,6 +16,9 @@ inputs:
16
enable_workaround_docker_io:
17
description: 'Enable or disable workaround for docker.io'
18
default: 'true'
19
+ force:
20
+ description: 'Allow running devstack on unsupported distro'
21
+ default: 'no'
22
runs:
23
using: "composite"
24
steps:
@@ -73,6 +76,8 @@ runs:
73
76
working-directory: ./devstack
74
77
shell: bash
75
78
- name: Run devstack
79
+ env:
80
+ FORCE: ${{ inputs.force }}
81
run: ./stack.sh
82
83
0 commit comments