Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in /tools/eksDistroBuildToolingOpsTools #476

Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in /tools/eksDistroBuildToolingOpsTools

Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in /tools/eksDistroBuildToolingOpsTools #476

name: baseimage-pr-notifier
on:
pull_request_target:
types: [opened]
jobs:
baseimage-pr-notifier:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.title, 'Update base image') }}
steps:
- run: curl -X POST $SLACK_WEBHOOK
env:
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_URL }}