From 2ac87213409b89d1f1783985c656406b11942f5b Mon Sep 17 00:00:00 2001 From: Chl Date: Fri, 30 Aug 2024 23:46:00 +0200 Subject: [PATCH] test github... --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9d5526c..78a6700 100644 --- a/action.yml +++ b/action.yml @@ -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'