md/.github/workflows
Arun Sathiya 72cb6da810
ci: use GITHUB_OUTPUT envvar instead of set-output command (#271)
`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/).

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
2024-01-20 16:55:49 +08:00
..
build.yml ci: add conditional restrictions (#264) 2023-12-15 20:32:18 +08:00
preview-build.yml ci: add conditional restrictions (#264) 2023-12-15 20:32:18 +08:00
preview-deploy.yml ci: use GITHUB_OUTPUT envvar instead of set-output command (#271) 2024-01-20 16:55:49 +08:00
preview-start.yml ci: add conditional restrictions (#264) 2023-12-15 20:32:18 +08:00
release-cli.yml ci: add conditional restrictions (#264) 2023-12-15 20:32:18 +08:00
release.yml ci: add conditional restrictions (#264) 2023-12-15 20:32:18 +08:00