Skip to content

Commit add695f

Browse files
committed
build mesg
1 parent 9786553 commit add695f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-bundle-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Assemble Build Success Comment
9393
if: ${{ success() && github.event.pull_request.number }}
9494
run: |
95-
build_success_comment="Build successful! :white_check_mark:"
95+
build_success_comment="UI bundle preview build successful! :white_check_mark:"
9696
build_success_comment+="\nDeploying bundle preview."
9797
9898
echo "BUILD_SUCCESS_COMMENT<<EOF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)