austenstone / compare-runners

Compare GitHub Actions runners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Action

This repository serves as a template for TypeScript Actions.

Usage

Create a workflow (eg: .github/workflows/seat-count.yml). See Creating a Workflow file.

Example

name: TypeScript Action Workflow
on:
  workflow_dispatch:

jobs:
  run:
    name: Run Action
    runs-on: ubuntu-latest
    steps:
      - uses: austenstone/action-typescript@main

➡️ Inputs

Various inputs are defined in action.yml:

Name Description Default
github‑token Token to use to authorize. ${{ github.token }}

Further help

To get more help on the Actions see documentation.

About

Compare GitHub Actions runners


Languages

Language:TypeScript 100.0%