Skip to content

Commit 94801f7

Browse files
committed
ci: fix typo in workflow
1 parent 4379b93 commit 94801f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
name: "Preview Docs:"
184184
runs-on: ubuntu-latest
185185
needs: ["build-docs"]
186-
if: "{{github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }}"
186+
if: "${{github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }}"
187187

188188
steps:
189189
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)