Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

[BUG] - Image is not available to pull #1

[BUG] - Image is not available to pull

[BUG] - Image is not available to pull #1

Workflow file for this run

name: notify-issue
on:
issues:
types: [opened]
jobs:
issue:
runs-on: ubuntu-latest
name: New Issue Notification
steps:
- run: |
echo "{\"text\":\"slinkee : New Issue https://github.com/vultr/slinkee2/issues/${{ github.event.issue.number }} \"}" > mattermost.json
- uses: mattermost/action-mattermost-notify@master
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
MATTERMOST_USERNAME: ${{ secrets.MATTERMOST_USERNAME}}
MATTERMOST_ICON: ${{ secrets.MATTERMOST_ICON }}