blob: d8327312e786b14993e878434606c753478ee9bf [file] [log] [blame]
name: 'Cancel Previous Runs'
description: 'Cancels all previous runs of this workflow'
author: 'n1hility'
inputs:
token:
description: The GITHUB_TOKEN secret of this github workflow
required: true
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'play'
color: 'orange'