From 0e132d7cb770d8b0b6d2b77d904fc36d8a7a0aa0 Mon Sep 17 00:00:00 2001 From: Chl Date: Fri, 30 Aug 2024 23:43:12 +0200 Subject: [PATCH] test github... --- action.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 32a368b..f430188 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,11 @@ inputs: outputs: artifact-id: - description: A unique identifier for the artifact that was just uploaded. Empty if the artifact upload failed. + description: A unique identifier for the artifact that was just uploaded. + value: ${{ steps.uploading.artifact-id }} + artifact-id: + description: The URL for the uploaded artifact. Access may require authorization. + value: ${{ steps.uploading.artifact-url }} runs: using: 'composite' @@ -38,6 +42,8 @@ runs: - name: Upload artifact (using v4) shell: sh + # id required for the outputs extraction + id: uploading run: | # Some optional help for debugging. set -ex