Skip to content

Commit 0824ac1

Browse files
tmp change on workflow
1 parent 74a0c03 commit 0824ac1

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: ${{ env.PLUGIN_REF }}
107+
GIT_REF: main
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: ${{ env.PLUGIN_REF }}
113+
GIT_REF: main
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)