summaryrefslogtreecommitdiffstats
path: root/.github/workflows/dashboard-pr.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dashboard-pr.yml')
-rw-r--r--.github/workflows/dashboard-pr.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/dashboard-pr.yml b/.github/workflows/dashboard-pr.yml
index a1e068285b..7461e21b84 100644
--- a/.github/workflows/dashboard-pr.yml
+++ b/.github/workflows/dashboard-pr.yml
@@ -36,9 +36,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
with:
- files: |
- packaging/dashboard.version
- packaging/dashboard.checksums
+ files: ${{ env.COMMIT_FILES }} # Created by the bundle_dashboard.py script.
commit-message: 'Update dashboard to version ${{ github.event.inputs.dashboard_version }}.'
ref: refs/heads/dashboard-${{ github.event.inputs.dashboard_version }}
- name: Create PR