Skip to content

Commit

Permalink
Fix name from project -> group
Browse files Browse the repository at this point in the history
This was masking the action name due to a copy-paste error
  • Loading branch information
DavidFair committed Jan 31, 2025
1 parent 861b768 commit 6f71772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/role.add.user.group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
description: Adds a user directly to an existing group
enabled: true
entry_point: src/openstack_actions.py
name: role.add.user.project
name: role.add.user.group
parameters:
lib_entry_point:
default: workflows.role_actions.role_add
default: workflows.role_actions.add_user_to_group
immutable: true
type: string
requires_openstack:
Expand Down

0 comments on commit 6f71772

Please sign in to comment.