More upload outputs
All checks were successful
Jekyll / test-ci-actions (push) Successful in 20s

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

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 }}'