├── .github └── workflows │ └── Get_Epic_Game.yml ├── .gitignore └── README.md /.github/workflows/Get_Epic_Game.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/at404bot/Workflows-Sample/HEAD/.github/workflows/Get_Epic_Game.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Upstream Folder 2 | workdir/ 3 | .idea/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/at404bot/Workflows-Sample/HEAD/README.md --------------------------------------------------------------------------------