Skip to content

Commit 004c77a

Browse files
use correct key
1 parent 6705f4f commit 004c77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ciCreatePlatformPool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
echo "got some stats: $msg"
113113
jq --compact-output --null-input \
114114
--arg msg "$msg" \
115-
--arg runner utah \
115+
--arg runner sf-platform \
116116
--arg sig "$sig" \
117117
'{"runner":$runner,"metrics":$msg,"signature":$sig}' |
118118
tee >(curl -D- -H 'Content-Type: application/json' --data-binary @- \

0 commit comments

Comments
 (0)