From 9a94ce31d887ae2f26ee0587e2c3efae94476026 Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Tue, 19 Sep 2023 12:44:21 +0200 Subject: [PATCH] Testing PR creation --- .github/workflows/build-frontend.yml | 11 ++++++----- frontend/README.md | 1 - 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index 8996b52a..17f71e14 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -31,10 +31,11 @@ jobs: echo "Commit hash: ${GITHUB_SHA}" git push origin frontend_build_${GITHUB_SHA} - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: repo-sync/pull-request@v2 with: - title: "Update frontend build" - body: "This PR updates the frontend build." - branch: "frontend_build_${GITHUB_SHA}" - base: "master" + source_branch: "frontend_build_${GITHUB_SHA}" + destination_branch: "master" + pr_title: "Update frontend build" + pr_body: "This PR updates the frontend build." + github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/frontend/README.md b/frontend/README.md index bdcb3ea3..9bb05d0a 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -60,4 +60,3 @@ The app features a responsive design that adapts to different screen sizes and o ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. -