Fix linux packaging CI step on workflow_call events (#11601)

pull/11317/head
Michele Degges 4 years ago committed by GitHub
parent 29e734ef1c
commit b4ea5cff07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -169,7 +169,7 @@ jobs:
- name: Linux Packaging
uses: hashicorp/actions-packaging-linux@v1
with:
name: ${{ github.event.repository.name }}
name: "${{ env.PKG_NAME }}"
description: "HashiCorp Packer - A tool for creating identical machine images for multiple platforms from a single source configuration"
arch: ${{ matrix.goarch }}
version: ${{ needs.get-product-version.outputs.product-version }}

Loading…
Cancel
Save