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 61d98cd commit ce70242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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-reporting
OPENSEARCH_DASHBOARDS_VERSION: "main"
OPENSEARCH_DASHBOARDS_VERSION: "2.x"

jobs:
build:
Expand All @@ -23,6 +23,7 @@ jobs:
uses: actions/checkout@v2
with:
path: OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
fetch-depth: 0

- name: Get node and yarn versions
Expand Down

0 comments on commit ce70242

Please sign in to comment.