Skip to content

Commit 69bfab8

Browse files
Fix code part of GitHub Action result
1 parent 154227d commit 69bfab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gitpod-web-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
tags: eu.gcr.io/gitpod-core-dev/build/ide/gitpod-code-web:commit-${{ github.sha }}
3838
- name: Output the image tag to the GitHub Summary
3939
run: |
40-
echo "Successfully built the \`gitpod-web extension\` with the tag:" >> summary.md
40+
echo "Successfully built the \`gitpod-web\` extension with the tag:" >> summary.md
4141
echo "" >> summary.md
4242
echo "\`\`\`" >> summary.md
4343
echo "commit-${{ github.sha }}" >> summary.md
@@ -53,4 +53,4 @@ jobs:
5353
uses: rtCamp/action-slack-notify@v2
5454
env:
5555
SLACK_WEBHOOK: ${{ secrets.IDE_SLACK_WEBHOOK }}
56-
SLACK_COLOR: ${{ job.status }}
56+
SLACK_COLOR: ${{ job.status }}

0 commit comments

Comments
 (0)