fix(action): correct invalid YAML syntax
The action.yml file had multiple syntax errors, including incorrect indentation and misplaced keys. This caused the action to fail during workflow parsing. This commit corrects the YAML structure to be valid, ensuring the action can be loaded correctly.
This commit is contained in:
@@ -15,11 +15,11 @@ inputs:
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
|
||||
branding:
|
||||
branding:
|
||||
icon: 'anchor'
|
||||
color: 'blue'
|
||||
|
||||
runs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Get Version Tag for Download
|
||||
|
||||
Reference in New Issue
Block a user