Skip to content

Commit

Permalink
dashboard uid wise deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeevtvarit committed Aug 6, 2024
1 parent 8d69cf7 commit 21bfcf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dashboard-wise-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
workflow_dispatch:
inputs:
plants:
description: 'Dashboard to deploy'
description: 'Plants to deploy'
required: true
default: ''
dashboard_uid:
description : 'Dashboard uid to deploy'
required: true
default: ''
jobs:
Expand Down

0 comments on commit 21bfcf5

Please sign in to comment.