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

chore: stop using set-output in gh actions #5500

Merged
merged 8 commits into from
Nov 30, 2022

Conversation

eddycharly
Copy link
Member

Signed-off-by: Charles-Edouard Brétéché charles.edouard@nirmata.com

Explanation

This PR stops using set-output in gh actions (is deprecated).
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
@codecov
Copy link

codecov bot commented Nov 29, 2022

Codecov Report

Merging #5500 (f67ead1) into main (9b1860a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #5500   +/-   ##
=======================================
  Coverage   36.42%   36.42%           
=======================================
  Files         171      171           
  Lines       19133    19133           
=======================================
  Hits         6970     6970           
  Misses      11371    11371           
  Partials      792      792           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -59,7 +59,7 @@ jobs:
steps:
- name: Set version
id: version
run: echo ::set-output name=version::${GITHUB_REF#refs/*/}
run: echo version=${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
Copy link
Contributor

Choose a reason for hiding this comment

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

Should all of these be surrounded by quotes to avoid any space related issues?

Copy link
Member Author

Choose a reason for hiding this comment

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

TBH I have no idea, I can add quotes it shouldn't hurt.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

eddycharly and others added 4 commits November 29, 2022 12:41
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
@samj1912 samj1912 enabled auto-merge (squash) November 30, 2022 10:10
@samj1912 samj1912 merged commit 987489d into kyverno:main Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants