Skip to content

Commit a0b1b46

Browse files
authored
Use correct GH Actions Input Syntax for Networking Tests Trigger Job (viamrobotics#4174)
1 parent 1aee3bd commit a0b1b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger-networking-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
-d '{
4040
"event_type": "new_rc_branch",
4141
"client_payload": {
42-
"version": "${{ github.event.inputs.version }}",
43-
"rc_number": "${{ github.event.inputs.rc_number }}"
42+
"version": "${{ inputs.version }}",
43+
"rc_number": "${{ inputs.rc_number }}"
4444
}
4545
}'

0 commit comments

Comments
 (0)