-
Notifications
You must be signed in to change notification settings - Fork 892
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
[CI] set-output
is deprecated
#5322
Labels
Comments
This was referenced Oct 19, 2023
vvavdiya
added a commit
to vvavdiya/OpenSearch-Dashboards
that referenced
this issue
Oct 23, 2023
…f deprecated `set-output` in workflows Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Vijay Vavdiya <vijayvavdiya@gmail.com>
7 tasks
kavilla
pushed a commit
that referenced
this issue
Oct 27, 2023
set-output command for workflows is deprecated according to Github documentation. Update done using GITHUB_OUTPUT environment files. More details here: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examples Issues Resolved #5322 * replaced set-output * CI replaced set-output * Updated CHANGELOG.md for #5322 [CI] Replace usage of deprecated `set-output` in workflows Signed-off-by: Vijay Vavdiya <vijayvavdiya@gmail.com> Co-authored-by: Josh Romero <rmerqg@amazon.com>
@vvavdiya can you comment on this issue so I can have it assigned for you. |
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Oct 27, 2023
set-output command for workflows is deprecated according to Github documentation. Update done using GITHUB_OUTPUT environment files. More details here: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examples Issues Resolved #5322 * replaced set-output * CI replaced set-output * Updated CHANGELOG.md for #5322 [CI] Replace usage of deprecated `set-output` in workflows Signed-off-by: Vijay Vavdiya <vijayvavdiya@gmail.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit 8d8de0a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Oct 27, 2023
set-output command for workflows is deprecated according to Github documentation. Update done using GITHUB_OUTPUT environment files. More details here: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examples Issues Resolved #5322 * replaced set-output * CI replaced set-output * Updated CHANGELOG.md for #5322 [CI] Replace usage of deprecated `set-output` in workflows Signed-off-by: Vijay Vavdiya <vijayvavdiya@gmail.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit 8d8de0a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
joshuarrrr
pushed a commit
that referenced
this issue
Nov 7, 2023
set-output command for workflows is deprecated according to Github documentation. Update done using GITHUB_OUTPUT environment files. More details here: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examples Issues Resolved #5322 * replaced set-output * CI replaced set-output * Updated CHANGELOG.md for #5322 [CI] Replace usage of deprecated `set-output` in workflows Signed-off-by: Vijay Vavdiya <vijayvavdiya@gmail.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit 8d8de0a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Our github action is complaining the following:
We use
set-output
to set environment variables; maybe we can upgrade to using environment files as suggested above here: https://github.com/opensearch-project/OpenSearch-Dashboards/tree/466d298d673bf3d46acecf39a04ed6501d9ac960/.github/workflowsTo Reproduce
Here is one example github action run:
https://github.com/opensearch-project/OpenSearch-Dashboards/actions/runs/6540904090?pr=5300
The text was updated successfully, but these errors were encountered: