-
- python-version: required: false description: 'Python version to use to run the file' default: '3.10'
- drink-format: required: false default: 'html' description: 'The format to output drink instructions (string|html|json|csv)'
- wakatime-format: required: false default: 'html' description: 'The format to output wakatime information (string|html|json|csv)'
- wakatime-api-key: required: false default: '' description: 'Wakatime API Key to display information about time on PC. Not adding a value to this input disables the lookup of info on Wakatime servers'
- nasa-api-key: required: false default: '' description: 'Nasa API Key to display a photo of the universe. Not adding a value to this input disables the lookup of info on Nasa servers'
- file-path: required: false default: 'README.md' description: 'File path of the file we want to generate'
- template-file-path: required: false default: 'render_templates/main_template_file' description: 'File path of the template we use to generate the file'
- github-username: required: true description: 'Github username of the user running the action'
- telegram-username: required: false default: '' description: 'Telegram username of the user running the action'
- twitter-username: required: false default: '' description: 'Twitter username of the user running the action'
- linkedin-username: required: false default: '' description: 'LinkedIn username of the user running the action'
- webpage-url: required: false default: '' description: 'The url to the user webpage'
- webpage-qr: required: false default: '' description: 'A QR to the user webpage'
- contributions-url: required: true description: 'URL to a grid an image of user contributions'
- remove-old-readme: required: false description: 'Whether or not this action should delete the old README' default: true
-
- Download required files (main.py , requirements.txt and a directory containing the render templates for the file that is going to be generated)
- Remove the old README file
- Setup Python in the runner
- Install the required dependencies
- Generate the file using the main.py
- Delete the downloaded files
nclsbayona |
semantic-release-bot |
dependabot[bot] |
github-actions[bot] |