Skip to content

๐Ÿ—ž Get daily top 5 hacker news with GitHub action

License

Notifications You must be signed in to change notification settings

jun-low/hackernews-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ—ž hackernews-action

Get top 5 daily hacker news with GitHub action.

Usage

Get top 5 hacker news everyday.

name: ๐Ÿ—ž Daily Top HackerNews

on:
  schedule:
    - cron: '0 9 * * *' # Every day at 9am
  push:
    branches: [ master ]

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

    - name: daily-top-hackernews
      id: hackernews
      uses: ./ # Uses an action in the root directory
      with:
        run: echo "${{ steps.hackernews.outputs.msg }}"
        news: 5

License

MIT

About

๐Ÿ—ž Get daily top 5 hacker news with GitHub action

Resources

License

Stars

Watchers

Forks