We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74bb1a commit 067abd8Copy full SHA for 067abd8
.github/workflows/update-helm.yaml
@@ -73,7 +73,7 @@ jobs:
73
if [[ -n $(git status --porcelain) ]]; then
74
jobname=${{ github.run_id }}
75
if [[ -n "${{ github.event.pull_request.title }}" ]]; then
76
- jobname="${{ github.event.pull_request.title }}"
+ jobname=$(echo "${{ github.event.pull_request.title }}" | tr -cd '[:alnum:]-_')
77
fi
78
79
BRANCH_NAME=CRD-RBAC-changes-"${jobname}"
0 commit comments