Skip to content

Sinhala Quote Of The Day

Actions
Updates README with a Sinhala quote
1.0.7
Latest
Star (3)

💬 Quote of the Day: "ඔබ තනි වූ විට ඔබ පසුපසින්ම එන්නේ ඔබට සැබෑ ලෙසින්ම ආදරේ කරන අයයි"

Sinhala Quote of the day

Example usage

  1. Add the following lines in the file where quote will be updated.
<!-- start quote --> 

<!--- end quote -->
  1. Create Workflow
name: Update README with Sinhala Quote

on:
  workflow_dispatch:
  schedule:
  - cron: "0 0 * * *" # triggers every midnight

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Check out repo
      uses: actions/checkout@v2

    - name: Sinhala Quote Of The Day
      uses: dinushchathurya/sinhala-quotes-github-action@1.0.7
    
    - name: Commit and push update
      run: |-
        git config --global user.email "sinhalaquotes@action.com"
        git config --global user.name "Quote-Bot"
        git add -A
        git commit -m "Added Sinhala QOTD from GitHub Actions"
        git push

Sinhala Quote Of The Day is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Updates README with a Sinhala quote
1.0.7
Latest

Sinhala Quote Of The Day is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.