GitXplorerGitXplorer
j

daily-hackernews-action

public
33 stars
2 forks
14 issues

Commits

List of commits on branch master.
Verified
ffeadee3d2d6963dab9413f8b798aae4ceeb94a3

Bump lodash from 4.17.15 to 4.17.19 (#2)

ddependabot[bot] committed 4 years ago
Unverified
773f71eeb75042db27e3b8ee68b61780c1fb40d6

test again

jjiyeonseo committed 5 years ago
Unverified
7ab504225cb2cf2565aaf7c5558a2379dc7ce0ac

test again

jjiyeonseo committed 5 years ago
Unverified
d0ecea8f0ad25d27c8770206a9a7492657f683ee

test again

jjiyeonseo committed 5 years ago
Unverified
cb02307a8e5899509042c6b50bdd858a68acdc57

test again

jjiyeonseo committed 5 years ago
Unverified
65b0bff5189f5fea89e0db6518559d9c65a9768c

test again

jjiyeonseo committed 5 years ago

README

The README file for this repository.

Daily HackerNews Action

Let's get top Hackernews everyday via Telegram.

Usage

As getting a daily top hacker news through Telegram.

name: Daily HackerNews
on:
  schedule:
  - cron: 0 12 * * *  # Every day at noon

jobs:
  daily_hackernews:
    name: Daily HackerNews
    runs-on: ubuntu-latest
    steps:

    - name: daily-hackernews
      uses: actions/checkout@v1.0
      with:
        chat_id: "Telegram chat id"
        coount: 5
      env:
        TELEGRAM_KEY: ${{ secrets.TELEGRAM_KEY }}

In action :

Inputs

License

MIT