From 360ce60b83d801331cf7686a490aeb21e8f4ebac Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Tue, 19 Sep 2023 13:04:57 +0200 Subject: [PATCH] commened out create PR bit --- .github/workflows/build-frontend.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index 9c51aa74..70e9d2c1 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -33,10 +33,10 @@ jobs: git checkout -b ${{ steps.vars.outputs.branch }} echo "Commit hash: ${GITHUB_SHA}" git push origin ${{ steps.vars.outputs.branch }} - - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 - with: - title: "Update frontend build" - body: "This PR updates the frontend build." - branch: ${{ steps.vars.outputs.branch }} - base: "master" \ No newline at end of file + # - name: Create Pull Request + # uses: peter-evans/create-pull-request@v3 + # with: + # title: "Update frontend build" + # body: "This PR updates the frontend build." + # branch: ${{ steps.vars.outputs.branch }} + # base: "master" \ No newline at end of file