ci(github-actions): use project-metadata-action@main instead of master
Some checks failed
Build / build (push) Has been cancelled
Release the current version / Execute the release (push) Has been cancelled

This commit is contained in:
Jorge Bornhausen 2025-06-18 01:57:56 +02:00
parent a0006d4455
commit 2844cff58a
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@master
uses: https://github.com/radcortez/project-metadata-action@main
id: metadata
with:
metadata-file-path: '.github/project.yaml'

View file

@ -14,7 +14,7 @@ jobs:
uses: https://github.com/actions/checkout@v4
- name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@master
uses: https://github.com/radcortez/project-metadata-action@main
id: metadata
with:
metadata-file-path: '.github/project.yaml'