mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-20 00:55:16 -04:00
change action to pull v1 instead of main
This commit is contained in:
parent
39bbcf2f9c
commit
dd2decf921
1 changed files with 1 additions and 1 deletions
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 a new issue