fix: syntax error in full-update action

This commit is contained in:
Ken Snyder
2022-02-21 12:25:07 -08:00
parent 760515e720
commit 1191226dbe

View File

@@ -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