-
-
Notifications
You must be signed in to change notification settings - Fork 692
[CI] update set-output usage #2784
Copy link
Copy link
Closed
Labels
Description
Use
- name: Set output
run: echo "{name}={value}" >> $GITHUB_OUTPUT
instead of
- name: Set output
run: echo "::set-output name={name}::{value}"
in our GHA yml files.
What to do:
- comment here to be assigned to the issue
- find all files where we use "::set-output"
- replace set-output by what GH suggests (see above)
- send a PR
Reactions are currently unavailable