Skip to content

ci(deps): bump golangci/golangci-lint-action from 3 to 4 #48

ci(deps): bump golangci/golangci-lint-action from 3 to 4

ci(deps): bump golangci/golangci-lint-action from 3 to 4 #48

name: Clean the container registry
on:
workflow_dispatch:
pull_request:
types:
- "closed"
jobs:
clean_registry:
name: Clean the container registry
runs-on: ubuntu-latest
steps:
- uses: pcasteran/ghcr-cleaning-action@v1
with:
password: ${{ secrets.MY_SECRET_PAT }}
package: terraform-graph-beautifier
debug: true