We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612d21f commit 970687eCopy full SHA for 970687e
.github/workflows/create_release_branch.yml
@@ -42,9 +42,9 @@ jobs:
42
gh workflow run release_pnpg_ms.yml \
43
--ref ${{ steps.create_branch.outputs.new_branch_name }}
44
45
- - name: Trigger release cdc UAT Release
+ - name: Trigger release user cdc UAT Release
46
run: |
47
- gh workflow run release_cdc.yml \
+ gh workflow run release_user_cdc.yml \
48
49
50
- name: Trigger PNPG release cdc UAT Release
@@ -61,4 +61,9 @@ jobs:
61
62
gh workflow run release_pnpg_user_group_ms.yml \
63
64
+
65
+ - name: Trigger release user-group-cdc UAT Release
66
+ run: |
67
+ gh workflow run release_user_group_cdc.yml \
68
+ --ref ${{ steps.create_branch.outputs.new_branch_name }}
69
0 commit comments