├── .github └── main.workflow ├── Dockerfile ├── README.md ├── entrypoint.sh └── package.json /.github/main.workflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/finnp/create-file-action/HEAD/.github/main.workflow -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/finnp/create-file-action/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/finnp/create-file-action/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/finnp/create-file-action/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/finnp/create-file-action/HEAD/package.json --------------------------------------------------------------------------------