You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually a shortcoming of the GitHub Actions Toolkit. This action uses the setOutput function which uses set-output. It looks like it's been fixed in 1.10.0. See here: actions/toolkit#1218 and actions/toolkit#1178. Updating the actions core used by this action to 1.10.0 should fix this.
We use falti/dotenv-action V1 in our workflows.
Following is the GH action step to read env props;
However, we can see set-output warnings.
We would appreciate it if you could investigate this. cc @falti
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
The text was updated successfully, but these errors were encountered: