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 154227d commit 69bfab8Copy full SHA for 69bfab8
.github/workflows/gitpod-web-docker.yml
@@ -37,7 +37,7 @@ jobs:
37
tags: eu.gcr.io/gitpod-core-dev/build/ide/gitpod-code-web:commit-${{ github.sha }}
38
- name: Output the image tag to the GitHub Summary
39
run: |
40
- echo "Successfully built the \`gitpod-web extension\` with the tag:" >> summary.md
+ echo "Successfully built the \`gitpod-web\` extension with the tag:" >> summary.md
41
echo "" >> summary.md
42
echo "\`\`\`" >> summary.md
43
echo "commit-${{ github.sha }}" >> summary.md
@@ -53,4 +53,4 @@ jobs:
53
uses: rtCamp/action-slack-notify@v2
54
env:
55
SLACK_WEBHOOK: ${{ secrets.IDE_SLACK_WEBHOOK }}
56
- SLACK_COLOR: ${{ job.status }}
+ SLACK_COLOR: ${{ job.status }}
0 commit comments