Skip to content
/ daily-quote-action Public template

Send a daily inspirational quote to your inbox or workflow with this easy-to-use GitHub Action. Perfect for boosting team motivation or adding a positive note to your CI/CD pipelines! 🌟

License

Notifications You must be signed in to change notification settings

ijayhub/daily-quote-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Daily Inspirational Quote Action

Start each day inspired!
Daily Inspirational Quote Action sends a fresh, motivational quote right to your email using GitHub Actions.

GridArt_20250615_172314596

How It Works

This Action:

  • Fetches an inspirational quote from ZenQuotes API
  • Sends it to your email inbox using SMTP (Simple Mail Transfer Protocol)
flowchart TD
    User --> GitHubActions
    GitHubActions -->|Fetches quote| ZenQuotesAPI
    GitHubActions -->|Sends email| GmailSMTP
    GmailSMTP -->|Delivers| UserEmail
Loading

πŸš€ Quick Start

1. Add the Action to Your Workflow

uses: ijayhub/daily-inspirational-quote-action@v1
with:
  recipient: 'email'

2. Set Up Your Email Secrets

  1. Go to Settings > Secrets and variables > Actions in your repository.
  2. Add these secrets:

3. (Optional) Change the Schedule

  • Edit .github/workflows/daily-quote-action.yml to adjust when the email is sent.

4. Test the Action

  • Go to your repo’s Actions tab, select "Daily Inspirational Quote", and click "Run workflow".

Inputs

Name Description Required Default
recipient Where to send the quote (e.g., email) No GitHub Actions log

Outputs

Name Description
quote The inspirational quote that posts

⚑ Template Instructions

  • Click "Use this template" on the repository page to quickly start your own version.
  • Or fork this repository.

Alternative to get started quickly use:

Open in GitHub Codespaces

Note:
You must use your own email and app password in your repository secrets.
⚠️ Never share your app password or email credentials with anyone.


πŸ“– Learn More

For a detailed breakdown of this project and troubleshooting, visit the Wiki.

View Wiki


License

MIT

About

Send a daily inspirational quote to your inbox or workflow with this easy-to-use GitHub Action. Perfect for boosting team motivation or adding a positive note to your CI/CD pipelines! 🌟

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published