Azure-Samples / Azure-Python-Standardization-Template-Generator

The source repository for the space tourism templates for Python web apps for Azure
MIT License
7 stars 2 forks source link

Fix deprecated set-output command #50

Open kjaymiller opened 7 months ago

kjaymiller commented 7 months ago

originally submitted by @arunsathiya - https://github.com/Azure-Samples/azure-flask-postgres-flexible-appservice/pull/24

save-state and set-output commands used in GitHub Actions are deprecated and GitHub recommends using environment files.

This PR updates the usage of ::set-output to "$GITHUB_OUTPUT"

Instructions for envvar usage from GitHub docs:

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

kjaymiller commented 7 months ago

@arunsathiya - would you like to make this change or let one of the maintainers fix it?