Switched pull request step

pull/5260/head
SwiftyOS 2023-09-19 12:57:49 +02:00
parent 2c187b66b7
commit 172d256e15
2 changed files with 5 additions and 8 deletions

View File

@ -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"

View File

@ -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.