Skip to content

Commit 4839937

Browse files
[CI] correct event action path in pr_nightly_command workflow (vllm-project#11339)
### What this PR does / why we need it? correct event action path in pr_nightly_command workflow - vLLM version: v0.23.0 - vLLM main: vllm-project/vllm@a30addc Signed-off-by: hfadzxy <starmoon_zhang@163.com>
1 parent 4db5765 commit 4839937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_nightly_command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
PR_URL: ${{ github.event.client_payload.github.payload.issue.pull_request.url }}
114114
run: |
115115
# Derive command type from repository_dispatch action (e.g. nightly-command -> nightly)
116-
COMMAND='${{ github.event.repository_dispatch.action }}'
116+
COMMAND='${{ github.event.action }}'
117117
COMMAND="${COMMAND%-command}"
118118
echo "command=$COMMAND" >> "$GITHUB_OUTPUT"
119119

0 commit comments

Comments
 (0)