fix YAML error

`outputs` has to be a hash, but it seems previous expression
generated a null token and would have generated errors here.
This commit is contained in:
卜部昌平 2023-06-30 15:23:35 +09:00
parent c90b8493fb
commit 7102324de3
Notes: git 2023-06-30 08:39:57 +00:00

View File

@ -18,8 +18,7 @@ inputs:
Human-readable description of the run, something like "DEBUG=1".
This need not be unique among runs.
outputs:
# Nothing?
outputs: {} # Nothing?
runs:
using: composite