Skip to content

Commit 9eaf130

Browse files
committed
chore: improve PR deployments
- Correct user creation command with proper formatting. - Update Slack notification condition for deployment actions.
1 parent 4b2e915 commit 9eaf130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ jobs:
459459
--login-type github
460460
461461
# promote the user to admin role
462+
# coder org members edit-role ${{ github.actor }} owner
462463
463464
- name: Send Slack notification
464465
if: needs.get_info.outputs.NEW == 'true' || github.event.inputs.deploy == 'true'

0 commit comments

Comments
 (0)