libbpf / ci

BPF CI
Other
10 stars 23 forks source link

actions: Use new method to set output variables #49

Closed chantra closed 1 year ago

chantra commented 1 year ago

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

the new recommended way is to write the name/valuer pain in GITHUB_OUTPUT env file.

Fixes #47

Signed-off-by: Manu Bretelle chantr4@gmail.com

chantra commented 1 year ago

tested as part of https://github.com/kernel-patches/vmtest/actions/runs/3238522922, which also included kernel-patches/vmtest#143