Skip to content

Commit ba6b50f

Browse files
tengqmsmridhi06
authored andcommitted
Fix runner output assignment in command.yaml
Signed-off-by: Qiming Teng <tengqm@outlook.com>
1 parent 094849d commit ba6b50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/command.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
op=$(echo $params | cut -d ':' -f 1)
3535
runner=$(echo $params | cut -d ':' -f 2)
3636
echo "op=${op}" >> $GITHUB_OUTPUT
37-
echo "runner=${op}" >> $GITHUB_OUTPUT
37+
echo "runner=${runner}" >> $GITHUB_OUTPUT
3838
3939
test-operator:
4040
needs: process-command

0 commit comments

Comments
 (0)