Skip to content

Commit 21ad9a8

Browse files
committed
Bump StrawberryJamTAS to fc7397c26f4d15468d4a8a3e58e7cc3d62d21223
1 parent 2d5b7b2 commit 21ad9a8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/tas-check/3-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" ]

.github/tas-check/run-locally.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
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

0 commit comments

Comments
 (0)