From 3e4ce6f698dbf05723107192e7c1f8bb6b936eda Mon Sep 17 00:00:00 2001 From: james-prysm Date: Thu, 30 Nov 2023 09:25:21 -0600 Subject: [PATCH] updating workflow due to changes from https://github.com/prysmaticlabs/prysm/pull/12719 --- .github/workflows/web-ui-automation.yaml | 31 +----------------------- 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/.github/workflows/web-ui-automation.yaml b/.github/workflows/web-ui-automation.yaml index 9a9e4be0..5864fa63 100644 --- a/.github/workflows/web-ui-automation.yaml +++ b/.github/workflows/web-ui-automation.yaml @@ -121,33 +121,4 @@ jobs: with: find: ${{ steps.previous_shasum.outputs.SHASUM }} replace: ${{ needs.build_and_release.outputs.new_sha }} - include: "prysm_repo/WORKSPACE" - - - name: Setup bazel - uses: jwlawson/actions-setup-bazel@v1 - with: - bazel-version: '5.4.0' - - - name: Run Bazel - run: cd prysm_repo && bazel build //validator/web:site_data - - - name: Copy build site data - run: cd prysm_repo && cp bazel-bin/validator/web/site_data.go ./validator/web/site_data.go - - - name: Run go FMT - run: cd prysm_repo && gofmt -w -s ./validator/web/site_data.go - - - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 - with: - commit-message: Web-ui-version-${{ steps.current_version.outputs.TAG }}-commit - title: 'Prysm Web UI Release ${{ steps.current_version.outputs.TAG }}' - body: > - This PR is auto-generated by - [create-pull-request](https://github.com/peter-evans/create-pull-request). - labels: automated pr - path: prysm_repo - #reviewers: rauljordan, james-prysm - token: ${{ secrets.PAToken }} - branch: prysm-web-ui-${{ steps.current_version.outputs.TAG }} - base: develop \ No newline at end of file + include: "prysm_repo/WORKSPACE" \ No newline at end of file