diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index e2148a14e..9c51aa74a 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -34,11 +34,9 @@ jobs: echo "Commit hash: ${GITHUB_SHA}" git push origin ${{ steps.vars.outputs.branch }} - name: Create Pull Request - uses: repo-sync/pull-request@v2 + uses: peter-evans/create-pull-request@v3 with: - source_branch: ${{ steps.vars.outputs.branch }} - destination_branch: "master" - pr_title: "Update frontend build" - pr_body: "This PR updates the frontend build." - github_token: ${{ secrets.GITHUB_TOKEN }} - + title: "Update frontend build" + body: "This PR updates the frontend build." + branch: ${{ steps.vars.outputs.branch }} + base: "master" \ No newline at end of file diff --git a/frontend/README.md b/frontend/README.md index bdcb3ea31..9bb05d0aa 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. -