Skip to content

Commit

Permalink
Add URL Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jung-thomas committed Jan 24, 2022
1 parent 5af3dc4 commit f7fc30b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ const { Octokit } = require("@octokit/core")
const { createActionAuth } = require("@octokit/auth-action")
const auth = createActionAuth()


/** @type String - URL to the YouTube SAP Tech Bytes Playlist */
const URLYouTube1 = 'https://www.youtube.com/feeds/videos.xml?playlist_id=PL6RpkC85SLQC3HBShmlMaPu_nL--4f20z'
/** @type String - URL to the YouTube SAP 2 Minutes Of Playlist */
const URLYouTube2 = 'https://www.youtube.com/feeds/videos.xml?playlist_id=PL6RpkC85SLQBM78mD6AiJ1vKlSB7OWtUz'
/** @type String - URL to query SAP Community for all Blogposts with tag sap-tech-bytes */
const URLSCN = 'https://content.services.sap.com/feed?type=blogpost&tags=sap-tech-bytes'

const sort_by = (field, reverse, primer) => {
Expand Down

0 comments on commit f7fc30b

Please sign in to comment.