Commit f03bb3e5 authored by Liam Horne's avatar Liam Horne

ci: fix indentation issue of canary workflow

parent c451060f
...@@ -4,10 +4,10 @@ on: ...@@ -4,10 +4,10 @@ on:
# enable users to manually trigger with workflow_dispatch # enable users to manually trigger with workflow_dispatch
workflow_dispatch: workflow_dispatch:
inputs: inputs:
customImageName: customImageName:
description: 'Custom Docker Image Tag (keep empty for git hash)' description: 'Custom Docker Image Tag (keep empty for git hash)'
required: false required: false
default: '0.0.0-rc-0' default: '0.0.0-rc-0'
jobs: jobs:
canary-publish: canary-publish:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment