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:
parent
c90b8493fb
commit
7102324de3
Notes:
git
2023-06-30 08:39:57 +00:00
3
.github/actions/slack/action.yml
vendored
3
.github/actions/slack/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user