Skip to content

Commit ca0a78e

Browse files
restore file
1 parent 0824ac1 commit ca0a78e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/5_builderpackage_dashboard_plugins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ jobs:
104104
105105
- name: Bootstrap with Plugins
106106
env:
107-
GIT_REF: main
107+
GIT_REF: ${{ env.PLUGIN_REF }}
108108
run: yarn osd bootstrap --single-version=loose || yarn osd bootstrap --single-version=loose
109109

110110
- name: Build Plugin
111111
working-directory: plugins/${{ inputs.name }}
112112
env:
113-
GIT_REF: main
113+
GIT_REF: ${{ env.PLUGIN_REF }}
114114
run: |
115115
set -o pipefail
116116
OPENSEARCH_DASHBOARDS_VERSION=${{ inputs.version_opensearch }} yarn build 2>&1 | tee build.log

0 commit comments

Comments
 (0)