mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-10 18:55:04 +00:00
Replace deprecated workflow set-output commands
This commit is contained in:
2
.github/workflows/build-inputs.yml
vendored
2
.github/workflows/build-inputs.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
||||
set-output()
|
||||
{
|
||||
json=`echo "$2" | jq -cnR 'inputs | split(",";"")'`
|
||||
echo "::set-output name=$1::$json"
|
||||
echo "$1=$json" >> $GITHUB_OUTPUT
|
||||
}
|
||||
set-output "board" "${{ github.event.inputs.board }}"
|
||||
set-output "shield" "${{ github.event.inputs.shield }}"
|
||||
|
||||
Reference in New Issue
Block a user