mirror of
https://github.com/tauri-apps/tauri-search.git
synced 2026-02-04 02:41:20 +01:00
fix: syntax error in full-update action
This commit is contained in:
4
.github/workflows/full-update.yml
vendored
4
.github/workflows/full-update.yml
vendored
@@ -40,8 +40,8 @@ jobs:
|
||||
GH_USER: ${{secrets.GH_USER}}
|
||||
DOCS_PATH: ${{github.event.docsPath}}
|
||||
TS_AST_PATH: ${{github.event.tsAstPath}}
|
||||
REPO: ${{github.event.docsRep}
|
||||
BRANCH: ${{github.event.docsBranch}
|
||||
REPO: ${{github.event.docsRep}}
|
||||
BRANCH: ${{github.event.docsBranch}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user