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

Address GitHub deprecation to the method used to output

Open MelSumner opened this issue 1 year ago • 1 comments

GitHub have deprecated the method used to output, that's probably the first port of call for deprecation fixes.

This might be related to the deprecations in the GitHub Octokit API.

MelSumner avatar Oct 28 '24 21:10 MelSumner

We can use either actions core (core.setOutput) or set environment variable GITHUB_OUTPUT (see doc). Using actions core is prooooobably the way to go, but it's also potentially a butt load more effort to implement.

Maybe we start by setting GITHUB_OUTPUT for now?

benschwarz avatar Nov 05 '24 23:11 benschwarz

Closed by #337

benschwarz avatar Aug 25 '25 00:08 benschwarz