Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add action outputs #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deminearchiver
Copy link

This PR add an outputs field to the action.yml metadata file.
This field is not required, but with it some code editors (like VSCode with the GitHub Actions extension, for example) gain the ability to provide autocomplete for ${{ steps.<id>.outputs.<output_name> }}.

For more information, please see Outputs for JavaScript actions.

Add outputs field into the action metadata file, allowing for sweet autocomplete in some code editors
@deminearchiver deminearchiver requested a review from a team as a code owner August 27, 2023 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant