Skip to content

Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.21.0 #263

Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.21.0

Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.21.0 #263

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\":\"Packer: PR https://github.com/vultr/packer-builder-vultr/pull/${{ github.event.number }} \"}" > mattermost.json
- uses: mattermost/[email protected]
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
MATTERMOST_USERNAME: ${{ secrets.MATTERMOST_USERNAME}}
MATTERMOST_ICON: ${{ secrets.MATTERMOST_ICON }}