Fix branch handling for automated dashoard PRs. (#11526)
Austin S. Hemmelgarn committed
Sep 23, 2021 at 11:33 UTC
456accecb63bba11c1b2ec52af4799608972ff95
1 file changed
-7
.github/workflows/dashboard-pr.yml
-7
@@ -21,13 +21,6 @@ jobs:
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v2
24
- - name: Create Branch
25
- # This is needed because we want to do a PR, and the commit
26
- # action used below requires the branch it is commiting to to
27
- # already exist.
28
- run: |
29
- git checkout -b dashboard-${{ github.event.inputs.dashboard_version }}
30
- git push -u origin dashboard-${{ github.event.inputs.dashboard_version }}
24
- name: Update Files
25
run: |
26
web/gui/bundle_dashboard.py ${{ github.event.inputs.dashboard_version }}