gh-actions icon indicating copy to clipboard operation
gh-actions copied to clipboard

set-output is deprecated

Open robert-spring opened this issue 3 years ago • 1 comments

https://github.com/terraform-docs/gh-actions/blob/ac2a6b5864d9ea0a8f355156b162343b1f4d34b0/src/docker-entrypoint.sh#L180

needs to change to

echo "num_changed=${num_changed}" >> $GITHUB_ENV

robert-spring avatar Oct 13 '22 00:10 robert-spring

It still can be output: echo "num_changed=${num_changed}" >> $GITHUB_OUTPUT

ViacheslavKudinov avatar Oct 20 '22 09:10 ViacheslavKudinov

Related issue https://github.com/terraform-docs/gh-actions/issues/95

cocallaw avatar Nov 07 '22 14:11 cocallaw