Skip to content

Commit c247e75

Browse files
committed
typo
1 parent c9f78ba commit c247e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: get-branch-name
2121
run: |
2222
if [ "${{ github.event_name }}" == "pull_request" ]; then
23-
echo "BRANCH_NAME=$(${{ github.event.pull_request.title }}| sed -e 's/ /-/g')" >> $GITHUB_OUTPUT
23+
echo "BRANCH_NAME=$(${{ github.event.pull_request.title }} | sed -e 's/ /-/g')" >> $GITHUB_OUTPUT
2424
else
2525
echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
2626
fi

0 commit comments

Comments
 (0)