Skip to content

Commit 98196a3

Browse files
authored
Merge pull request #145 from ChBrain/sync/release-update-khai-tests-v0.1.7
sync: pull khai-tests v0.1.7 update from main
2 parents 775b96b + b7579e1 commit 98196a3

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

.github/workflows/validate.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
RELEASE=$(curl -s \
2323
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
24-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
24+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
2525
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
2626
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
2727
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
RELEASE=$(curl -s \
4949
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
50-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
50+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
5151
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
5252
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
5353
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
RELEASE=$(curl -s \
7575
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
76-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
76+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
7777
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
7878
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
7979
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
RELEASE=$(curl -s \
101101
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
102-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
102+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
103103
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
104104
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
105105
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
RELEASE=$(curl -s \
127127
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
128-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
128+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
129129
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
130130
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
131131
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -151,7 +151,7 @@ jobs:
151151
run: |
152152
RELEASE=$(curl -s \
153153
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
154-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
154+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
155155
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
156156
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
157157
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -177,7 +177,7 @@ jobs:
177177
run: |
178178
RELEASE=$(curl -s \
179179
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
180-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
180+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
181181
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
182182
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
183183
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -397,7 +397,7 @@ jobs:
397397
run: |
398398
RELEASE=$(curl -s \
399399
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
400-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
400+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
401401
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
402402
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
403403
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -438,7 +438,7 @@ jobs:
438438
run: |
439439
RELEASE=$(curl -s \
440440
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
441-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
441+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
442442
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
443443
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
444444
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -464,7 +464,7 @@ jobs:
464464
run: |
465465
RELEASE=$(curl -s \
466466
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
467-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
467+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
468468
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
469469
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
470470
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -538,7 +538,7 @@ jobs:
538538
run: |
539539
RELEASE=$(curl -s \
540540
-H "Authorization: Bearer ${{ secrets.KAIHACKS }}" \
541-
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.6)
541+
https://api.github.com/repos/ChBrain/KAIHACKS/releases/tags/khai-tests-v0.1.7)
542542
ASSET_INFO=$(echo "$RELEASE" | python3 -c "import sys,json; a=next(x for x in json.load(sys.stdin)['assets'] if x['name'].endswith('.whl')); print(a['url'],a['name'])")
543543
ASSET_URL=$(echo "$ASSET_INFO" | cut -d' ' -f1)
544544
ASSET_NAME=$(echo "$ASSET_INFO" | cut -d' ' -f2)
@@ -654,3 +654,4 @@ jobs:
654654
runs-on: ubuntu-latest
655655
steps:
656656
- run: echo "No regions/*.md files changed - skipping validation"
657+

.validation-stamp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5983cd03fae739f0c054d5837bfe8c4be9d259db
1+
fefee59db8ade7abaca7f4056805666a7634a9e2

0 commit comments

Comments
 (0)