Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions workflow-templates/im-run-cleanup-az-app-slots.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workflow Code: FunnyAxelotal_v2 DO NOT REMOVE
# Workflow Code: FunnyAxelotal_v3 DO NOT REMOVE
# Purpose:
# Cleanup slots in Azure App Service or Function on a schedule
# Frequency:
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
continue-on-error: true
uses: im-open/post-status-to-teams-action@v1
with:
title: 'Example ${{ steps.app-code-upper.outputs.APP_CODE_UPPER }} Slots were Deleted in ${{ inputs.environment-or-target }}' # TODO: Update Title for your application
title: 'Example ${{ steps.app-code-upper.outputs.APP_CODE_UPPER }} Slots were Deleted in ${{ matrix.environment }}' # TODO: Update Title for your application
workflow-status: ${{ job.status }}
workflow-type: Build
teams-uri: ${{ vars.MS_TEAMS_URI }} # This is a repo-level secret (unless 'environment:' has been added to the finish-build job)
Expand All @@ -297,5 +297,5 @@ jobs:
]
custom-actions: |
[
{ "name": "View Deployment Board", "uri": "https://techhub.mktp.io/catalog/default/component/${{ steps.set-variables.outputs.DEPLOYMENT_BOARD_ENTITY }}/deployments" }
{ "name": "View Deployment Board", "uri": "https://techhub.mktp.io/catalog/default/component/${{ steps.app-code.outputs.DEPLOYMENT_BOARD_ENTITY }}/deployments" }
]