rename bundle dashboard scripts (#16648)
Ilya Mashchenko committed
Dec 21, 2023 at 17:36 UTC
51129c88c611feec313f536161cdb7e971de7851
3 files changed
+1
-1
.github/workflows/dashboard-pr.yml
+1
-1
@@ -25,7 +25,7 @@ jobs:
25
- name: Update Files
26
id: update
27
run: |
28
- web/gui/cmake_dashboard_v1.py ${{ github.event.inputs.dashboard_version }}
28
+ web/gui/bundle_dashboard_v1.py ${{ github.event.inputs.dashboard_version }}
29
- name: Create Pull Request
30
id: pr
31
uses: peter-evans/create-pull-request@v5