diff options
Diffstat (limited to '.github/workflows/dashboard-pr.yml')
-rw-r--r-- | .github/workflows/dashboard-pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dashboard-pr.yml b/.github/workflows/dashboard-pr.yml index c7d14c486..ac414da10 100644 --- a/.github/workflows/dashboard-pr.yml +++ b/.github/workflows/dashboard-pr.yml @@ -25,7 +25,7 @@ jobs: - name: Update Files id: update run: | - web/gui/bundle_dashboard.py ${{ github.event.inputs.dashboard_version }} + web/gui/bundle_dashboard_v1.py ${{ github.event.inputs.dashboard_version }} - name: Create Pull Request id: pr uses: peter-evans/create-pull-request@v5 |