mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 10:41:04 +00:00
Prefix sync PRs with repo-sync/ (#79)
This commit is contained in:
parent
2af5348834
commit
ff4be0de9e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-skyvern-cloud.yml
vendored
2
.github/workflows/sync-skyvern-cloud.yml
vendored
|
@ -27,6 +27,6 @@ jobs:
|
|||
uses: Skyvern-AI/repo-file-sync-action@main
|
||||
with:
|
||||
GH_PAT: ${{ secrets.SKYVERN_CLOUD_GH_PAT }}
|
||||
BRANCH_NAME: ${{ steps.pr_details.outputs.BRANCH_NAME }}
|
||||
BRANCH_NAME: repo-sync/${{ steps.pr_details.outputs.BRANCH_NAME }}
|
||||
PR_BODY: ${{ steps.pr_details.outputs.PR_BODY }}
|
||||
PR_TITLE: ${{ steps.pr_details.outputs.PR_TITLE }}
|
||||
|
|
Loading…
Add table
Reference in a new issue