Skip to content

kazune-br/github-actions-execution-time-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-execution-time-collector

CI Release

execution-screen

About

This project provides an easy solution for collecting github actions execution time from your command line. Outputs will be generated as csv files.

Download Binary

This is one of the way to download assets. Please select appropriate one.

curl -LO $(curl -s https://api.github.com/repos/kazune-br/github-actions-execution-time-collector/releases/latest | jq -r ".assets[].browser_download_url" | fzf) 

download

Usage

./github-actions-execution-time-collector --help
github-actions-execution-time-collector 

USAGE:
    github-actions-execution-time-collector [OPTIONS]

OPTIONS:
        --from <from_date>       
    -h, --help                   Print help information
        --o <owner_name>         
        --r <repository_name>    
        --to <to_date> 

Before executing, you also need export github personal access token as below.

export GITHUB_TOKEN=paste your personal access token