Skip to content

Commit

Permalink
Fix cloning frontend repo (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Jan 25, 2025
1 parent bb738dc commit 88606f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- '.github/workflows/installer.yml'

env:
FRONTEND_BRANCH: ${{ github.ref == 'refs/heads/docs-next' && 'dev' || 'master' }}
FRONTEND_BRANCH: ${{ github.ref_name == 'docs-next' && 'dev' || 'master' }}
GITHUB_TOKEN: ${{ secrets.DOCS_GITHUB_TOKEN }}

jobs:
Expand Down

0 comments on commit 88606f7

Please sign in to comment.