test github...

This commit is contained in:
Chl 2024-08-30 23:46:00 +02:00
parent e8d898970b
commit 2ac8721340

View file

@ -26,10 +26,10 @@ inputs:
outputs:
artifact-id:
description: A unique identifier for the artifact that was just uploaded.
value: ${{ steps.uploading.artifact-id }}
value: ${{ steps.uploading.outputs.artifact-id }}
artifact-url:
description: The URL for the uploaded artifact. Access may require authorization.
value: ${{ steps.uploading.artifact-url }}
value: ${{ steps.uploading.outputs.artifact-url }}
runs:
using: 'composite'