@@ -34,19 +34,19 @@ jobs:
34
34
source $GITHUB_WORKSPACE/travis/common.sh
35
35
cd $GITHUB_WORKSPACE
36
36
37
- echo -en "matrix=" >> $GITHUB_STATE
38
- echo -en "[" >> $GITHUB_STATE
37
+ echo -en "matrix=" >> $GITHUB_OUTPUT
38
+ echo -en "[" >> $GITHUB_OUTPUT
39
39
40
- get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266_pico esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Serial1,lvl=SSL,wipe=none,baud=115200 >> $GITHUB_STATE
41
- echo -en "," >> $GITHUB_STATE
40
+ get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266_pico esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Serial1,lvl=SSL,wipe=none,baud=115200 >> $GITHUB_OUTPUT
41
+ echo -en "," >> $GITHUB_OUTPUT
42
42
43
- get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266_pico esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=115200 >> $GITHUB_STATE
44
- echo -en "," >> $GITHUB_STATE
43
+ get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266_pico esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=115200 >> $GITHUB_OUTPUT
44
+ echo -en "," >> $GITHUB_OUTPUT
45
45
46
- get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.19 espressif:esp32:esp32:FlashFreq=80 >> $GITHUB_STATE
46
+ get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.19 espressif:esp32:esp32:FlashFreq=80 >> $GITHUB_OUTPUT
47
47
48
- echo -en "]" >> $GITHUB_STATE
49
- echo >> $GITHUB_STATE
48
+ echo -en "]" >> $GITHUB_OUTPUT
49
+ echo >> $GITHUB_OUTPUT
50
50
outputs :
51
51
matrix : ${{ steps.set-matrix.outputs.matrix }}
52
52
65
65
- name : Get Date
66
66
id : get-date
67
67
run : |
68
- echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_STATE
68
+ echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
69
69
shell : bash
70
70
71
71
- uses : actions/cache@v2
@@ -127,7 +127,7 @@ jobs:
127
127
- name : Get Date
128
128
id : get-date
129
129
run : |
130
- echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_STATE
130
+ echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
131
131
shell : bash
132
132
133
133
- uses : actions/cache@v2
0 commit comments