We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f78ba commit c247e75Copy full SHA for c247e75
.github/workflows/build-image-builder.yml
@@ -20,7 +20,7 @@ jobs:
20
id: get-branch-name
21
run: |
22
if [ "${{ github.event_name }}" == "pull_request" ]; then
23
- echo "BRANCH_NAME=$(${{ github.event.pull_request.title }}| sed -e 's/ /-/g')" >> $GITHUB_OUTPUT
+ echo "BRANCH_NAME=$(${{ github.event.pull_request.title }} | sed -e 's/ /-/g')" >> $GITHUB_OUTPUT
24
else
25
echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
26
fi
0 commit comments