test github...

This commit is contained in:
Chl 2024-08-30 23:43:12 +02:00
parent c907ab522a
commit 0e132d7cb7

View file

@ -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