mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update load.js
This commit is contained in:
parent
748e121223
commit
7ff2239137
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ async function getRunArtifacts(run) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function getWorkflowRun(workflow) {
|
async function getWorkflowRun(workflow) {
|
||||||
let today = dayjs.utc().format('YYYY-MM-DD')
|
let today = dayjs.utc().subtract(1, 'd').format('YYYY-MM-DD')
|
||||||
let results = await octokit.request(
|
let results = await octokit.request(
|
||||||
'GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs',
|
'GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs',
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue