Skip to content

Commit

Permalink
github-action: use elastic/oblt-actions/version-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Nov 1, 2024
1 parent d2fc9d8 commit 2740955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: generate
uses: elastic/apm-pipeline-library/.github/actions/version-framework@current
uses: elastic/oblt-actions/version-framework@v1
with:
versionsFile: ${{ inputs.versionsFile }}
frameworksFile: ${{ inputs.frameworksFile }}
excludedFile: ${{ inputs.excludedFile }}
versions-file: ${{ inputs.versionsFile }}
frameworks-file: ${{ inputs.frameworksFile }}
excluded-file: ${{ inputs.excludedFile }}
test:
needs:
- create-test-matrix
Expand Down

0 comments on commit 2740955

Please sign in to comment.