More upload outputs
Jekyll / test-ci-actions (push) Successful in 20s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 19:02:14 +02:00
parent 5051ae2599
commit 32cbdbec73
1 changed files with 2 additions and 1 deletions

View File

@ -56,4 +56,5 @@ jobs:
- name: Verify site
id: verify_site
run: |
echo "${{ steps.upload_site.outputs }}"
echo 'Artifact ID is ${{ steps.upload_site.outputs.artifact-id }}'
echo 'Artifact URL is ${{ steps.upload_site.outputs.artifact-url }}'