mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
[Build] Fix soon to be deprecated set-output command
This commit is contained in:
committed by
Christian I. Nilsson
parent
5f492eb5c2
commit
b78aaccab9
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
JSONI=${JSONI//$'\n'}
|
||||
echo $JSONI
|
||||
# Set output
|
||||
echo "::set-output name=matrix::[${JSONI}]"
|
||||
echo "matrix=[${JSONI}]" >> $GITHUB_OUTPUT
|
||||
Build_Example:
|
||||
needs: Gen_Matrix
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user