allenporter / flux-local

flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing.
https://allenporter.github.io/flux-local/
Apache License 2.0
156 stars 22 forks source link

Fix: Remove deprecated set-output command #718

Closed damacus closed 4 months ago

damacus commented 5 months ago

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Signed-off-by: Dan Webb dan.webb@damacus.io

allenporter commented 5 months ago

Fixes #466

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.48%. Comparing base (a4d8ae6) to head (3439d45). Report is 66 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #718 +/- ## ======================================= Coverage 93.48% 93.48% ======================================= Files 20 20 Lines 2165 2165 ======================================= Hits 2024 2024 Misses 141 141 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

damacus commented 4 months ago

Yeah looks like I got the syntax wrong 🙄

Hopefully this'll work

allenporter commented 4 months ago

Thanks!