diff --git a/.github/actions/install-dashboards/action.yml b/.github/actions/install-dashboards/action.yml index d314c40f7..98202778b 100644 --- a/.github/actions/install-dashboards/action.yml +++ b/.github/actions/install-dashboards/action.yml @@ -31,7 +31,7 @@ runs: with: path: OpenSearch-Dashboards repository: opensearch-project/OpenSearch-Dashboards - ref: 'main' + ref: 'feature/deangular-dashboards' fetch-depth: 0 - uses: actions/checkout@v2