cloudflare / pages-action

🛑 DEPRECATED, please use wrangler-action
MIT License
475 stars 100 forks source link

Add action outputs #100

Closed deminearchiver closed 1 month ago

deminearchiver commented 1 year 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.

nprogers commented 1 month ago

Thank you for your help in maintaining this repository 🧡. We've migrated to wrangler-action and are making improvements to ensure that contributions like this will be more easily integrated and better supported. Please come join us at wrangler-action!