Skip to content

I would like to rent vps, from Vultr, Ionos, Hetzner and Contabo. In each vps of each company. #24

I would like to rent vps, from Vultr, Ionos, Hetzner and Contabo. In each vps of each company.

I would like to rent vps, from Vultr, Ionos, Hetzner and Contabo. In each vps of each company. #24

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\":\"GoVultr : New Issue https://github.com/vultr/govultr/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 }}