Skip to content

Commit

Permalink
Merge pull request #87 from eclipse-che/SDawley-patch-1
Browse files Browse the repository at this point in the history
Update update-base-images.yml
  • Loading branch information
SDawley authored Nov 16, 2023
2 parents 4fea6ab + ae5120f commit bb613b4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/update-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,3 @@ jobs:
echo GOT_PR=true >> $GITHUB_OUTPUT
fi
fi
- name: Create MM message
if: steps.SETUP_PR_LINK.outputs.GOT_PR == 'true'
run: |
echo "{\"text\":\":octocat: Base image update for [${{ matrix.projects.repo }}](${{ env.PR_URL }})\"}" > mattermost.json
- name: Send MM message
if: steps.SETUP_PR_LINK.outputs.GOT_PR == 'true'
uses: mattermost/[email protected]
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
MATTERMOST_CHANNEL: eclipse-che-ci
MATTERMOST_USERNAME: che-bot

0 comments on commit bb613b4

Please sign in to comment.