properly quote the output variables
This commit is contained in:
+4
-4
@@ -33,10 +33,10 @@ runs:
|
|||||||
- name: Output variables
|
- name: Output variables
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "package manifest": ${{steps.publish.outputs.package-manifest}}
|
echo "package manifest: ${{steps.publish.outputs.package-manifest}}"
|
||||||
echo "package manifest sha": ${{steps.publish.outputs.package-manifest-sha}}
|
echo "package manifest sha: ${{steps.publish.outputs.package-manifest-sha}}"
|
||||||
echo "package url": ${{steps.publish.outputs.package-url}}
|
echo "package url: ${{steps.publish.outputs.package-url}}"
|
||||||
echo "subject name": ${{github.repository}}_${{github.ref}}
|
echo "subject name: ${{github.repository}}_${{github.ref}}"
|
||||||
- name: Generate Provenance Attestation
|
- name: Generate Provenance Attestation
|
||||||
uses: github-early-access/generate-build-provenance@main
|
uses: github-early-access/generate-build-provenance@main
|
||||||
id: build-provenance
|
id: build-provenance
|
||||||
|
|||||||
Reference in New Issue
Block a user