Skip to content

Commit 435ff5b

Browse files
committed
perf: pr_create PR number on workflow_dispatch
1 parent 5cf104c commit 435ff5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_edit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
-t "$PR_TITLE" \
8181
-o "${{ github.repository_owner }}" \
8282
-r "${{ github.event.repository.name }}" \
83-
-n "${{ github.event.pull_request.number }}" \
83+
-n "${{ github.event_name == 'release' && 'release' || github.event.pull_request.number }}" \
8484
-k "${{ env.KUBERNETES_CLUSTER_REPO_NAME }}" \

0 commit comments

Comments
 (0)