ipatate / youtube-action

Github action for show last links from youtube channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Last YoutTube Links from Channel action

This action get the X last links of YouTube channel

Inputs

channel-id

Required ID of channel.

limit

Number of links. Default 5

Outputs

list

The list of links :

 [
  {
    title: "....",
    link: '...'
  }
 ]

Example usage

uses: actions/youtube-action@v1.1
with:
  channel-id: 'My channel id'

About

Github action for show last links from youtube channel


Languages

Language:JavaScript 100.0%