Skip to content

Instantly share code, notes, and snippets.

Fetch CI Logs (Node.js Version)

A Node.js CLI tool to download GitHub Actions logs for CI workflows. This is a port of the Ruby Rake task to JavaScript/Node.js.

Installation

  1. Download fetch-ci-logs.js and package.json to your project
  2. Install dependencies:
    npm install