faasr_set_workflow_timer_gh: faasr_set_workflow_timer_gh

View source: R/faasr_client_api_github-actions.R

faasr_set_workflow_timer_ghR Documentation

faasr_set_workflow_timer_gh

Description

set/unset cron timer for the github actions.

Usage

faasr_set_workflow_timer_gh(
  faasr,
  cred,
  actionname,
  cron = NULL,
  unset = FALSE
)

Arguments

faasr

a list form of the JSON file

cred

a list form of the credentials

actionname

a string for the target action name

cron

a string for cron data e.g., */5 * * * *

unset

a logical value; set timer(FALSE) or unset timer(TRUE)


FaaSr documentation built on June 22, 2024, 9:38 a.m.