-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs,ci/build,action): switch to local action testing with cond…
…itional execution, refine input handling
- Loading branch information
Showing
7 changed files
with
60 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,48 @@ | ||
name: 'BadgeSort' | ||
description: 'Generate and sort branded Shields.io badges by color' | ||
name: BadgeSort | ||
description: Generate and sort branded Shields.io badges by color | ||
branding: | ||
icon: 'book-open' | ||
color: 'green' | ||
icon: book-open | ||
color: green | ||
inputs: | ||
opts: | ||
description: 'Additional options' | ||
description: Additional options | ||
required: false | ||
default: '' | ||
slugs: | ||
description: 'SimpleIcons.org slugs to use.' | ||
description: SimpleIcons.org slugs to use | ||
required: false | ||
default: '' | ||
format: | ||
description: 'Output format.' | ||
description: Output format | ||
required: false | ||
default: 'markdown' | ||
id: | ||
description: 'Badge generation ID.' | ||
description: Badge generation ID | ||
required: false | ||
default: 'default' | ||
default: default | ||
sort: | ||
description: 'Color sorting algorithm' | ||
description: Color sorting algorithm | ||
required: false | ||
default: 'hilbert' | ||
default: hilbert | ||
style: | ||
description: 'Shields.io badge style.' | ||
description: Shields.io badge style | ||
required: false | ||
default: 'for-the-badge' | ||
default: for-the-badge | ||
thanks: | ||
description: 'Show the BadgeSort badge.' | ||
description: Show the BadgeSort badge | ||
required: false | ||
default: true | ||
type: boolean | ||
random: | ||
description: 'Number of random icons to generate.' | ||
description: Number of random icons to generate | ||
required: false | ||
default: 1 | ||
default: 0 | ||
verify: | ||
description: 'Verify the generated badge is valid by requesting it from Shields.io.' | ||
description: Verify the generated badge is valid by requesting it from Shields.io | ||
required: false | ||
default: false | ||
type: boolean | ||
output: | ||
description: 'Output file name' | ||
description: Output file name | ||
required: false | ||
default: '' | ||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' | ||
using: docker | ||
image: Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"release-as": "3.0.1", | ||
"release-as": "3.1.0", | ||
"release-type": "python", | ||
"packages": { | ||
".": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2 |