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:
|
outputs:
|
||||||
artifact-id:
|
artifact-id:
|
||||||
description: A unique identifier for the artifact that was just uploaded.
|
description: A unique identifier for the artifact that was just uploaded.
|
||||||
value: ${{ steps.uploading.artifact-id }}
|
value: ${{ steps.uploading.outputs.artifact-id }}
|
||||||
artifact-url:
|
artifact-url:
|
||||||
description: The URL for the uploaded artifact. Access may require authorization.
|
description: The URL for the uploaded artifact. Access may require authorization.
|
||||||
value: ${{ steps.uploading.artifact-url }}
|
value: ${{ steps.uploading.outputs.artifact-url }}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue