deployment-action icon indicating copy to clipboard operation
deployment-action copied to clipboard

GitHub deprecating `set-output`

Open selfagency opened this issue 2 years ago • 0 comments

GitHub is deprecating echo "::set-output name=etc::etc" in favor of a new syntax.

Run chrnorm/deployment-action@v2

::set-output name=deployment_id::680226386
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
##[debug]steps.gh_deploy.outputs.deployment_id='680226386'

selfagency avatar Oct 19 '22 14:10 selfagency