Skip to content

Commit

Permalink
added branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerer committed Oct 4, 2021
1 parent 8f4cf9a commit 1513448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
paths-ignore:
- "README.md"
- "**.json"
- "action.yml"
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# action.yml
name: 'Veracode Application Sandboxes Helper'
description: 'A set of actions and activities to manage sandboxes in the context of a workflow processes'
branding:
icon: 'play'
color: 'blue'
inputs:
activity:
description: "The activity expected from the Action: clean, promote-latest-scan, promote-and-remove, remove-sandbox"
Expand Down

0 comments on commit 1513448

Please sign in to comment.