Testing PR creation

This commit is contained in:
SwiftyOS
2023-09-19 12:44:21 +02:00
parent c7f4bd265d
commit 9a94ce31d8
2 changed files with 6 additions and 6 deletions

View File

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

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.