Skip to content

Commit

Permalink
Fix action name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshs9 committed Jun 25, 2020
1 parent 2ccca4b commit a76597e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See [action.yml](action.yml) for more details.

```yaml
steps:
- uses: shivanshs9/setup-operator-sdk@v1
- uses: shivanshs9/setup-k8s-operator-sdk@v1
with:
version: "^0.17.0" # The operator-sdk version to download (if necessary) and use.
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Setup Operator SDK"
name: "setup-k8s-operator-sdk"
description: "Setup Operator SDK and add it to the PATH"
author: "Shivansh Saini"
inputs:
Expand Down

0 comments on commit a76597e

Please sign in to comment.