mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-11 10:14:32 +01:00
commened out create PR bit
This commit is contained in:
14
.github/workflows/build-frontend.yml
vendored
14
.github/workflows/build-frontend.yml
vendored
@@ -33,10 +33,10 @@ jobs:
|
||||
git checkout -b ${{ steps.vars.outputs.branch }}
|
||||
echo "Commit hash: ${GITHUB_SHA}"
|
||||
git push origin ${{ steps.vars.outputs.branch }}
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
title: "Update frontend build"
|
||||
body: "This PR updates the frontend build."
|
||||
branch: ${{ steps.vars.outputs.branch }}
|
||||
base: "master"
|
||||
# - name: Create Pull Request
|
||||
# uses: peter-evans/create-pull-request@v3
|
||||
# with:
|
||||
# title: "Update frontend build"
|
||||
# body: "This PR updates the frontend build."
|
||||
# branch: ${{ steps.vars.outputs.branch }}
|
||||
# base: "master"
|
||||
Reference in New Issue
Block a user