@@ -84,11 +84,11 @@ jobs:
8484
8585 - name : create_int_rc_release_notes
8686 uses : ./.github/actions/update_confluence_jira
87- if : ${{ inputs.CREATE_INT_RC_RELEASE_NOTES == true && inputs.TARGET_ENVIRONMENT == 'int' }}
87+ if : ${{ inputs.CREATE_INT_RC_RELEASE_NOTES == true }}
8888 with :
8989 TARGET_ENVIRONMENT : int
9090 RELEASE_TAG : ${{ inputs.VERSION_NUMBER }}
91- CONFLUENCE_PAGE_ID : " 899319592 "
91+ CONFLUENCE_PAGE_ID : " 1128205588 "
9292 CREATE_RC_RELEASE_NOTES : true
9393 DEV_CLOUD_FORMATION_CHECK_VERSION_ROLE : ${{ secrets.DEV_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
9494 TARGET_CLOUD_FORMATION_CHECK_VERSION_ROLE : ${{ secrets.INT_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
@@ -183,21 +183,21 @@ jobs:
183183
184184 - name : create_int_release_notes
185185 uses : ./.github/actions/update_confluence_jira
186- if : ${{ inputs.CREATE_INT_RELEASE_NOTES == true && inputs.TARGET_ENVIRONMENT == 'int' && always() && !failure() && !cancelled() }}
186+ if : ${{ inputs.CREATE_INT_RELEASE_NOTES == true && always() && !failure() && !cancelled() }}
187187 with :
188188 TARGET_ENVIRONMENT : int
189- CONFLUENCE_PAGE_ID : " 899319595 "
189+ CONFLUENCE_PAGE_ID : " 1128205584 "
190190 CREATE_RC_RELEASE_NOTES : false
191191 DEV_CLOUD_FORMATION_CHECK_VERSION_ROLE : ${{ secrets.DEV_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
192192 TARGET_CLOUD_FORMATION_CHECK_VERSION_ROLE : ${{ secrets.INT_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
193193 DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE : ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
194194
195195 - name : create_prod_release_notes
196196 uses : ./.github/actions/update_confluence_jira
197- if : ${{ inputs.CREATE_PROD_RELEASE_NOTES == true && inputs.TARGET_ENVIRONMENT == 'prod' && always() && !failure() && !cancelled() }}
197+ if : ${{ inputs.CREATE_PROD_RELEASE_NOTES == true && always() && !failure() && !cancelled() }}
198198 with :
199199 TARGET_ENVIRONMENT : prod
200- CONFLUENCE_PAGE_ID : " 899319597 "
200+ CONFLUENCE_PAGE_ID : " 1128205586 "
201201 CREATE_RC_RELEASE_NOTES : false
202202 DEV_CLOUD_FORMATION_CHECK_VERSION_ROLE : ${{ secrets.DEV_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
203203 TARGET_CLOUD_FORMATION_CHECK_VERSION_ROLE : ${{ secrets.PROD_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
0 commit comments