mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
docs(workflows): fix offboarding example revoke-role role list format
Closes #49140 The revoke-role step expects multivalued role names, not a comma-separated string. Signed-off-by: Thomas DELORGE <thomas.delorge@orbeet.io>
This commit is contained in:
+4
-1
@@ -33,7 +33,10 @@ on: user-group-membership-removed(/Sales)
|
||||
steps:
|
||||
- uses: revoke-role
|
||||
with:
|
||||
role: "manager,sales-rep,sales-intern"
|
||||
role:
|
||||
- sales-rep
|
||||
- manager
|
||||
- sales-intern
|
||||
```
|
||||
|
||||
== Tracking user activity and taking actions on inactivity
|
||||
|
||||
Reference in New Issue
Block a user