mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 04:00:13 +00:00
Don't specify sync-oss branch in sync.yaml (#57)
This commit is contained in:
parent
3858ec5686
commit
d096aac692
2 changed files with 1 additions and 19 deletions
18
.github/workflows/sync-skyvern-cloud.yml
vendored
18
.github/workflows/sync-skyvern-cloud.yml
vendored
|
|
@ -14,21 +14,3 @@ jobs:
|
|||
uses: BetaHuhn/repo-file-sync-action@v1
|
||||
with:
|
||||
GH_PAT: ${{ secrets.SKYVERN_CLOUD_GH_PAT }}
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
token: ${{ secrets.SKYVERN_CLOUD_GH_PAT }}
|
||||
repository: Skyvern-AI/skyvern-cloud
|
||||
- name: Create PR in skyvern-cloud
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
token: ${{ secrets.SKYVERN_CLOUD_GH_PAT }}
|
||||
commit-message: Sync from open source skyvern
|
||||
title: Sync from open source skyvern
|
||||
branch: sync-oss
|
||||
base: main
|
||||
body: |
|
||||
This PR was automatically created by the sync-skyvern-cloud.yml workflow.
|
||||
It syncs the main branch of the skyvern repository to the main branch of the skyvern-cloud repository.
|
||||
Please review and merge this PR if it looks good.
|
||||
labels: sync
|
||||
draft: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue