Skip to content

Commit

Permalink
Create a unique name for the action
Browse files Browse the repository at this point in the history
The marketplace requires a unique name for the action. 

```
Bandit - Name must be unique. Cannot match an existing action, user or organization name. 
```
  • Loading branch information
ericwb committed Jun 28, 2024
1 parent c8f094f commit 8a1b306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Bandit
description: Run Bandit
name: Bandit by PyCQA
description: The official Bandit Action developed by PyCQA
author: '@PyCQA'

branding:
icon: 'shield'
color: 'yellow'
color: 'black'

inputs:
configfile:
Expand Down

0 comments on commit 8a1b306

Please sign in to comment.