mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Switched pull request step
This commit is contained in:
12
.github/workflows/build-frontend.yml
vendored
12
.github/workflows/build-frontend.yml
vendored
@@ -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"
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user