├── LICENSE ├── README.md ├── cli ├── Dockerfile ├── README.md └── entrypoint.sh └── diff-includes ├── Dockerfile ├── README.md └── entrypoint.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netlify/actions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netlify/actions/HEAD/README.md -------------------------------------------------------------------------------- /cli/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netlify/actions/HEAD/cli/Dockerfile -------------------------------------------------------------------------------- /cli/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netlify/actions/HEAD/cli/README.md -------------------------------------------------------------------------------- /cli/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netlify/actions/HEAD/cli/entrypoint.sh -------------------------------------------------------------------------------- /diff-includes/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netlify/actions/HEAD/diff-includes/Dockerfile -------------------------------------------------------------------------------- /diff-includes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netlify/actions/HEAD/diff-includes/README.md -------------------------------------------------------------------------------- /diff-includes/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netlify/actions/HEAD/diff-includes/entrypoint.sh --------------------------------------------------------------------------------