test github...
This commit is contained in:
parent
e8d898970b
commit
2ac8721340
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue