Add artifact-id to outputs

This commit is contained in:
Konrad Pabjan 2023-10-25 16:37:50 -04:00
parent f87a4089c5
commit c9d971bbf1
4 changed files with 6749 additions and 6781 deletions

View file

@ -23,6 +23,12 @@ inputs:
Minimum 1 day.
Maximum 90 days unless changed from the repository settings page.
outputs:
artifact-id:
description: >
A unique identifier for the artifact that was just uploaded. Empty if artifact upload failed.
This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'