Skip to content

Commit

Permalink
Update description in actions.yaml (#375)
Browse files Browse the repository at this point in the history
## Issue
Fixes #316. This PR sets the correct description message in the
`get-password` action of actions.yaml

---------

Co-authored-by: Mehdi Bendriss <bendrissmehdi@gmail.com>
  • Loading branch information
MiaAltieri and Mehdi-Bendriss authored Mar 18, 2024
1 parent e1223e9 commit c2f1c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ get-primary:
description: Report primary replica

get-password:
description: Change the admin user's password, which is used by charm.
It is for internal charm users and SHOULD NOT be used by applications.
description: Fetch the password of the provided internal user of the charm, used for internal charm operations.
It is for internal charm users only, and SHOULD NOT be used by applications.
params:
username:
type: string
Expand Down

0 comments on commit c2f1c57

Please sign in to comment.