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 9786553 commit add695fCopy full SHA for add695f
.github/workflows/deploy-bundle-preview.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Assemble Build Success Comment
93
if: ${{ success() && github.event.pull_request.number }}
94
run: |
95
- build_success_comment="Build successful! :white_check_mark:"
+ build_success_comment="UI bundle preview build successful! :white_check_mark:"
96
build_success_comment+="\nDeploying bundle preview."
97
98
echo "BUILD_SUCCESS_COMMENT<<EOF" >> $GITHUB_ENV
0 commit comments