cloudflare / pages-action

MIT License
440 stars 91 forks source link

Add action outputs #100

Open deminearchiver opened 10 months ago

deminearchiver commented 10 months ago

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.