mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-13 01:22:05 -06:00
Merge pull request #30915 from hashicorp/update-metadata-action
change action to pull v1 instead of main
This commit is contained in:
commit
0b784b9b89
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Generate package metadata
|
||||
id: generate-metadata-file
|
||||
uses: hashicorp/actions-generate-metadata@main
|
||||
uses: hashicorp/actions-generate-metadata@v1
|
||||
with:
|
||||
version: ${{ needs.get-product-version.outputs.product-version }}
|
||||
product: ${{ env.PKG_NAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user