blob: f9f98bb8fdc280b931558d75cff919796770df90 [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'