Skip to content

Commit 708caf3

Browse files
authored
github-action: use elastic/oblt-actions/version-framework (#2151)
1 parent bad5ffd commit 708caf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
with:
5353
ref: ${{ inputs.ref || github.ref }}
5454
- id: generate
55-
uses: elastic/apm-pipeline-library/.github/actions/version-framework@current
55+
uses: elastic/oblt-actions/version-framework@v1
5656
with:
5757
# Use .ci/.matrix_python_full.yml if it's a scheduled workflow, otherwise use .ci/.matrix_python.yml
58-
versionsFile: .ci/.matrix_python${{ (github.event_name == 'schedule' || github.event_name == 'push' || inputs.full-matrix) && '_full' || '' }}.yml
58+
versions-file: .ci/.matrix_python${{ (github.event_name == 'schedule' || github.event_name == 'push' || inputs.full-matrix) && '_full' || '' }}.yml
5959
# Use .ci/.matrix_framework_full.yml if it's a scheduled workflow, otherwise use .ci/.matrix_framework.yml
60-
frameworksFile: .ci/.matrix_framework${{ (github.event_name == 'schedule' || github.event_name == 'push' || inputs.full-matrix) && '_full' || '' }}.yml
61-
excludedFile: .ci/.matrix_exclude.yml
60+
frameworks-file: .ci/.matrix_framework${{ (github.event_name == 'schedule' || github.event_name == 'push' || inputs.full-matrix) && '_full' || '' }}.yml
61+
excluded-file: .ci/.matrix_exclude.yml
6262
- name: Split matrix
6363
shell: python
6464
id: split

0 commit comments

Comments
 (0)