Skip to content

Commit

Permalink
ci: add version in prod deploy name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored May 6, 2024
1 parent b55a436 commit e72f2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_prd.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Manual Production Deploy

run-name: 'Manual Production Deploy: ${{ github.event.inputs.version }}'
concurrency: Manual Production Deploy

on:
Expand Down Expand Up @@ -165,4 +165,4 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.VBR_SLACK_BOT_TOKEN }}
SLACK_CHANNEL: ${{ secrets.VBR_NOTIFIER_CHANNEL_NAME }}
REPOSITORY_NAME: ${{ env.REPOSITORY_NAME }}
REPOSITORY_NAME: ${{ env.REPOSITORY_NAME }}

0 comments on commit e72f2e9

Please sign in to comment.