update run name. #8
This workflow graph cannot be shown
A graph will be generated the next time this workflow is run.
Annotations
1 error
|
Invalid workflow file:
.github/workflows/cicd-3-deploy.yaml#L1
(Line: 23, Col: 11): Unrecognized named-value: 'context'. Located at position 329 within expression: inputs.include_prereleases != null && inputs.version != null
&& format('Triggered Manually. Include prerelease: {0} Version: {1} By: @{2}',
inputs.include_prereleases,
inputs.version,
github.actor)
|| format('Triggered by {0} ({1)}). Include prerelease: true Version: latest By: @{3}',
context.payload.workflow_run.name,
context.payload.workflow_run.id,
[...]
|