File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ docker run \
1111 --sync-check-file " /home/ubuntu/$1 " \
1212 --sync-check-result /home/ubuntu/tas/result.json
1313
14- [ " ` jq -r ' .entries. [].status' /tmp/everest-pr-tas-check/result.json` " == " success" ]
14+ [ " ` jq -r ' .entries[].status' /tmp/everest-pr-tas-check/result.json` " == " success" ]
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ case "$1" in
1616 ;;
1717
1818 " StrawberryJam2021" )
19- TAS_URL=" https://github.com/VampireFlower/StrawberryJamTAS/archive/0f0c6ee2112a2189b8d574704028db2fd37ee05e .zip"
20- TAS_PATH=" StrawberryJamTAS-0f0c6ee2112a2189b8d574704028db2fd37ee05e /0-SJ All Levels.tas"
19+ TAS_URL=" https://github.com/VampireFlower/StrawberryJamTAS/archive/fc7397c26f4d15468d4a8a3e58e7cc3d62d21223 .zip"
20+ TAS_PATH=" StrawberryJamTAS-fc7397c26f4d15468d4a8a3e58e7cc3d62d21223 /0-SJ All Levels.tas"
2121 ;;
2222
2323 * )
Original file line number Diff line number Diff line change 1616
1717 - name : Strawberry Jam All Levels
1818 mod : StrawberryJam2021
19- url : " https://github.com/VampireFlower/StrawberryJamTAS/archive/0f0c6ee2112a2189b8d574704028db2fd37ee05e .zip"
20- path : " StrawberryJamTAS-0f0c6ee2112a2189b8d574704028db2fd37ee05e /0-SJ All Levels.tas"
19+ url : " https://github.com/VampireFlower/StrawberryJamTAS/archive/fc7397c26f4d15468d4a8a3e58e7cc3d62d21223 .zip"
20+ path : " StrawberryJamTAS-fc7397c26f4d15468d4a8a3e58e7cc3d62d21223 /0-SJ All Levels.tas"
2121
2222 runs-on : ubuntu-latest
2323 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments