Skip to content

Commit

Permalink
Merge pull request #1041 from xstefank/metadata-action-fix
Browse files Browse the repository at this point in the history
fix: metadata actions should work with locally checkouted project.yml
  • Loading branch information
xstefank authored Feb 3, 2025
2 parents 7b26460 + df5f513 commit 89229b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-update-quarkus-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@ jobs:
quarkus-platform-branches: ${{steps.qosdk-metadata.outputs.quarkus_platform_branches}}

steps:
- uses: actions/checkout@v4
with:
ref: ${{github.event.inputs.tag || github.ref_name}}

- uses: radcortez/project-metadata-action@main
name: Retrieve project metadata
id: metadata
with:
github-token: ${{secrets.GITHUB_TOKEN}}
metadata-file-path: '.github/project.yml'
local-file: true

- name: Parse QOSDK metadata
id: qosdk-metadata
Expand Down

0 comments on commit 89229b7

Please sign in to comment.