Skip to content

Commit

Permalink
2.x changes
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <[email protected]>
  • Loading branch information
mengweieric committed Jan 17, 2024
1 parent 0e617c2 commit ead7250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

env:
PLUGIN_NAME: dashboards-visualizations
OPENSEARCH_DASHBOARDS_VERSION: "main"
OPENSEARCH_DASHBOARDS_VERSION: "2.x"

jobs:
build:
Expand All @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout Plugin
uses: actions/checkout@v2
with:
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}

- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v2
Expand Down

0 comments on commit ead7250

Please sign in to comment.