Skip to content

Bump github.com/tidwall/gjson from 1.17.1 to 1.17.3 #112

Bump github.com/tidwall/gjson from 1.17.1 to 1.17.3

Bump github.com/tidwall/gjson from 1.17.1 to 1.17.3 #112

Workflow file for this run

name: notify-pr
on: pull_request_target
jobs:
pr:
runs-on: ubuntu-latest
name: Pull Request Notification
steps:
- run: |
echo "{\"text\":\"v-agent : PR https://github.com/vultr/v-agent/pull/${{ github.event.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 }}