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

[workflows] Replace deprecated command with environment file #1750

Merged
merged 1 commit into from
Dec 28, 2023
Merged

[workflows] Replace deprecated command with environment file #1750

merged 1 commit into from
Dec 28, 2023

Conversation

jongwooo
Copy link
Contributor

ONE-vscode-DCO-1.0-Signed-off-by: Jongwoo Han jongwooo.han@gmail.com

Summary

Update .github/workflows/check-daily-license.yml to use environment file instead of deprecated set-output command. For more information, see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

AS-IS

echo "::set-output name=commit_id::${COMMIT_ID}"

TO-BE

echo "commit_id=${COMMIT_ID}" >> $GITHUB_OUTPUT

This commit replace deprecated command with environment file.

ONE-vscode-DCO-1.0-Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
Copy link
Collaborator

@jyoungyun jyoungyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jyoungyun jyoungyun self-requested a review December 28, 2023 04:14
@jyoungyun
Copy link
Collaborator

Looks good this PR. However, could you fork this repository and make a pr again?

@jongwooo
Copy link
Contributor Author

However, could you fork this repository and make a pr again?

@jyoungyun I have currently forked this repository and created a PR, may I ask why you suggested creating a PR again?

@jyoungyun
Copy link
Collaborator

I have currently forked this repository and created a PR, may I ask why you suggested creating a PR again?

I asked to make another PR because PR check was not executed.
Now I approved the PR checks and it worked well. Thank you for your contribution.

Copy link
Collaborator

@jyoungyun jyoungyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jyoungyun jyoungyun merged commit ebdb6fa into Samsung:main Dec 28, 2023
6 checks passed
@jongwooo jongwooo deleted the replace-deprecated-command-with-environment-file branch December 28, 2023 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants