Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address GitHub deprecation to the method used to output #286

Open
MelSumner opened this issue Oct 28, 2024 · 1 comment
Open

Address GitHub deprecation to the method used to output #286

MelSumner opened this issue Oct 28, 2024 · 1 comment
Assignees

Comments

@MelSumner
Copy link
Collaborator

MelSumner commented Oct 28, 2024

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 MelSumner self-assigned this Oct 28, 2024
@MelSumner MelSumner changed the title Address GitHub deprecations Address GitHub deprecation to the method used to output Oct 28, 2024
@benschwarz
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants