We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf104c commit 435ff5bCopy full SHA for 435ff5b
.github/workflows/k8s_edit.yml
@@ -80,5 +80,5 @@ jobs:
80
-t "$PR_TITLE" \
81
-o "${{ github.repository_owner }}" \
82
-r "${{ github.event.repository.name }}" \
83
- -n "${{ github.event.pull_request.number }}" \
+ -n "${{ github.event_name == 'release' && 'release' || github.event.pull_request.number }}" \
84
-k "${{ env.KUBERNETES_CLUSTER_REPO_NAME }}" \
0 commit comments