@cryptotaxi247 / netdata-1 / commits / b34e0803c

fix ci dashboard pr branch name (#11636)

Ilya Mashchenko committed Oct 8, 2021 at 16:23 UTC b34e0803cda6cc26fe0813ab14aca4fcbb0c17fe
1 file changed +2 -2
.github/workflows/dashboard-pr.yml
+2 -2
@@ -8,7 +8,7 @@ on:
8 dashboard_version:
9 # This must be specified, and must _exactly_ match the version
10 # tag for the release to be used for the update.
11 - name: Dashboard Version
11 + description: Dashboard Version
12 required: true
13
14 env:
@@ -29,7 +29,7 @@ jobs:
29 with:
30 title: 'Update dashboard to version ${{ github.event.inputs.dashboard_version }}.'
31 body: 'See https://github.com/netdata/dashboard/releases/tag/${{ github.event.inputs.dashboard_version }} for changes.'
32 - branch: dashboard-${{ github.events.inputs.dashboard_version }}
32 + branch: dashboard-${{ github.event.inputs.dashboard_version }}
33 branch-suffix: timestamp
34 delete-branch: true
35 commit-message: 'Update dashboard to version ${{ github.event.inputs.dashboard_version }}.'