mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix syntax error (#3861)
This commit is contained in:
parent
57a6ab1a85
commit
61eaf84eac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/marketplace-publish.yml
vendored
2
.github/workflows/marketplace-publish.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
github.event_name == 'workflow_dispatch'
|
||||
steps:
|
||||
- name: Checkout code
|
||||
- uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ env.GIT_REF }}
|
||||
- name: Install pnpm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue