├── .github └── workflows │ └── main.yml ├── LICENSE ├── README.md ├── action.yml ├── index.js └── package.json /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xotabu4/selenoid-github-action/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xotabu4/selenoid-github-action/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xotabu4/selenoid-github-action/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xotabu4/selenoid-github-action/HEAD/action.yml -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xotabu4/selenoid-github-action/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xotabu4/selenoid-github-action/HEAD/package.json --------------------------------------------------------------------------------