actions: verify runner config options for the container
- is not restricted to --volume (can use --env, etc.) - --volume is sanitized with valid_volumes
This commit is contained in:
parent
d9edb00c72
commit
f6f0acae0e
5 changed files with 47 additions and 1 deletions
|
@ -146,7 +146,7 @@ function test_actions() {
|
|||
done
|
||||
fi
|
||||
|
||||
for example in cache checkout service container expression local-action docker-action if if-fail push tag push-cancel artifacts pull-request context; do
|
||||
for example in config-options cache checkout service container expression local-action docker-action if if-fail push tag push-cancel artifacts pull-request context; do
|
||||
run actions_verify_example $example
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue